#9936BA

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

Shades of Dark Orchid #9936BA

Tints of Dark Orchid #9936BA

Color information

#9936BA (or 0x9936BA) is unknown color: approx Dark Orchid. HEX triplet: 99, 36 and BA. RGB value is (153,54,186). Sum of RGB (Red+Green+Blue) = 153+54+186=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #9936BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9936BA is #66C945. Grayscale: #626262. Windows color (decimal): -6736198 or 12203673. OLE color: 12203673.

HSL color Cylindrical-coordinate representation of color #9936BA: hue angle of 285º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9936BA is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15354186-
CMYK0.180.7100.27
HSL285º55%47.06%-
HSV(B)285º70.97%72.94%-
XYZ23.3212.9647.73-
YUV98.65177.3166.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 54 (21.48% from 255) = 13.74%
BLUE value IS 186 (73.05% from 255) = 47.33%
R=38.93%
G=13.74%
B=47.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153541860.180.7100.272855547.06
Hex9936BA124701B11d372f
Octal23166272221070334356757
Binary1001100111011010111010100101000111011011100011101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9936BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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