#9936D0

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

Shades of Dark Orchid #9936D0

Tints of Dark Orchid #9936D0

Color information

#9936D0 (or 0x9936D0) is unknown color: approx Dark Orchid. HEX triplet: 99, 36 and D0. RGB value is (153,54,208). Sum of RGB (Red+Green+Blue) = 153+54+208=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #9936D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9936D0 is #66C92F. Grayscale: #646464. Windows color (decimal): -6736176 or 13645465. OLE color: 13645465.

HSL color Cylindrical-coordinate representation of color #9936D0: hue angle of 278.57º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9936D0 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15354208-
CMYK0.260.7400.18
HSL278.57º62.1%51.37%-
HSV(B)278.57º74.04%81.57%-
XYZ25.8413.9661.01-
YUV101.16188.3164.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.87%
GREEN value IS 54 (21.48% from 255) = 13.01%
BLUE value IS 208 (81.64% from 255) = 50.12%
R=36.87%
G=13.01%
B=50.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal153542080.260.7400.18278.5762.151.37
Hex9936D01A4A0121173e33
Octal23166320321120224277663
Binary1001100111011011010000110101001010010010100010111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9936D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9936D0; }

 p { color: rgb(153,54,208); }

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

<style>
 a { background-color: #9936D0; }

 a { background-color: rgb(153,54,208); }

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

<style>
 span { border-color: #9936D0; }

 span { border-color: rgb(153,54,208); }

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