#9940DB

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

Shades of Dark Orchid #9940DB

Tints of Dark Orchid #9940DB

Color information

#9940DB (or 0x9940DB) is unknown color: approx Dark Orchid. HEX triplet: 99, 40 and DB. RGB value is (153,64,219). Sum of RGB (Red+Green+Blue) = 153+64+219=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #9940DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9940DB is #66BF24. Grayscale: #6B6B6B. Windows color (decimal): -6733605 or 14368921. OLE color: 14368921.

HSL color Cylindrical-coordinate representation of color #9940DB: hue angle of 274.45º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9940DB is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15364219-
CMYK0.300.7100.14
HSL274.45º68.28%55.49%-
HSV(B)274.45º70.78%85.88%-
XYZ27.7615.5568.56-
YUV108.28190.49159.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 64 (25.39% from 255) = 14.68%
BLUE value IS 219 (85.94% from 255) = 50.23%
R=35.09%
G=14.68%
B=50.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal153642190.300.7100.14274.4568.2855.49
Hex9940DB1E470E1124437
Octal2311003333610701642210467
Binary10011001100000011011011111101000111011101000100101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9940DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9940DB; }

 p { color: rgb(153,64,219); }

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

<style>
 a { background-color: #9940DB; }

 a { background-color: rgb(153,64,219); }

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

<style>
 span { border-color: #9940DB; }

 span { border-color: rgb(153,64,219); }

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