#973EBE

Color #973EBE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #973EBE

Tints of Dark Orchid #973EBE

Color information

#973EBE (or 0x973EBE) is unknown color: approx Dark Orchid. HEX triplet: 97, 3E and BE. RGB value is (151,62,190). Sum of RGB (Red+Green+Blue) = 151+62+190=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #973EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973EBE is #68C141. Grayscale: #666666. Windows color (decimal): -6865218 or 12467863. OLE color: 12467863.

HSL color Cylindrical-coordinate representation of color #973EBE: hue angle of 281.72º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973EBE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15162190-
CMYK0.210.6700.25
HSL281.72º50.79%49.41%-
HSV(B)281.72º67.37%74.51%-
XYZ23.7813.7450.11-
YUV103.2176.99162.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 37.47%
GREEN value IS 62 (24.61% from 255) = 15.38%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=37.47%
G=15.38%
B=47.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151621900.210.6700.25281.7250.7949.41
Hex973EBE154301911a3331
Octal22776276251030314326361
Binary1001011111111010111110101011000011011001100011010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973EBE; }

 p { color: rgb(151,62,190); }

 H1.HeaderClassName
 {
   color: #973EBE;
 }
 .AnyTagClassName
 {
   color: #973EBE;
 }
</style>
background-color css

<style>
 a { background-color: #973EBE; }

 a { background-color: rgb(151,62,190); }

 div.DivClassName
 {
   background-color: #973EBE;
 }
 .BgClassName
 {
   background-color: #973EBE;
 }
</style>
border-color css

<style>
 span { border-color: #973EBE; }

 span { border-color: rgb(151,62,190); }

 td.TdClassName
 {
   border-color: #973EBE;
 }
 .TagClassName
 {
   border-color: #973EBE;
 }
</style>