#9939BF

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

Shades of Dark Orchid #9939BF

Tints of Dark Orchid #9939BF

Color information

#9939BF (or 0x9939BF) is unknown color: approx Dark Orchid. HEX triplet: 99, 39 and BF. RGB value is (153,57,191). Sum of RGB (Red+Green+Blue) = 153+57+191=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #9939BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9939BF is #66C640. Grayscale: #646464. Windows color (decimal): -6735425 or 12532121. OLE color: 12532121.

HSL color Cylindrical-coordinate representation of color #9939BF: hue angle of 282.99º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9939BF is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15357191-
CMYK0.200.7000.25
HSL282.99º54.03%48.63%-
HSV(B)282.99º70.16%74.9%-
XYZ2413.4650.62-
YUV100.98178.8165.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.15%
GREEN value IS 57 (22.66% from 255) = 14.21%
BLUE value IS 191 (75% from 255) = 47.63%
R=38.15%
G=14.21%
B=47.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153571910.200.7000.25282.9954.0348.63
Hex9939BF144601911b3631
Octal23171277241060314336661
Binary1001100111100110111111101001000110011001100011011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9939BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9939BF; }

 p { color: rgb(153,57,191); }

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

<style>
 a { background-color: #9939BF; }

 a { background-color: rgb(153,57,191); }

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

<style>
 span { border-color: #9939BF; }

 span { border-color: rgb(153,57,191); }

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