#9946E0

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

Shades of Dark Orchid #9946E0

Tints of Dark Orchid #9946E0

Color information

#9946E0 (or 0x9946E0) is unknown color: approx Dark Orchid. HEX triplet: 99, 46 and E0. RGB value is (153,70,224). Sum of RGB (Red+Green+Blue) = 153+70+224=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #9946E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9946E0 is #66B91F. Grayscale: #6F6F6F. Windows color (decimal): -6732064 or 14698137. OLE color: 14698137.

HSL color Cylindrical-coordinate representation of color #9946E0: hue angle of 272.34º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9946E0 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15370224-
CMYK0.320.6900.12
HSL272.34º71.3%57.65%-
HSV(B)272.34º68.75%87.84%-
XYZ28.7816.5372.2-
YUV112.37191156.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.23%
GREEN value IS 70 (27.73% from 255) = 15.66%
BLUE value IS 224 (87.89% from 255) = 50.11%
R=34.23%
G=15.66%
B=50.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal153702240.320.6900.12272.3471.357.65
Hex9946E020450C110473a
Octal2311063404010501442010772
Binary100110011000110111000001000001000101011001000100001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9946E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9946E0; }

 p { color: rgb(153,70,224); }

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

<style>
 a { background-color: #9946E0; }

 a { background-color: rgb(153,70,224); }

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

<style>
 span { border-color: #9946E0; }

 span { border-color: rgb(153,70,224); }

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