#9836D6

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

Shades of Dark Orchid #9836D6

Tints of Dark Orchid #9836D6

Color information

#9836D6 (or 0x9836D6) is unknown color: approx Dark Orchid. HEX triplet: 98, 36 and D6. RGB value is (152,54,214). Sum of RGB (Red+Green+Blue) = 152+54+214=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 214 (83.98% from 255 or 50.95% from 420); Max value from RGB is 214 - color contains mainly: blue. Hex color #9836D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9836D6 is #67C929. Grayscale: #656565. Windows color (decimal): -6801706 or 14038680. OLE color: 14038680.

HSL color Cylindrical-coordinate representation of color #9836D6: hue angle of 276.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9836D6 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15254214-
CMYK0.290.7500.16
HSL276.75º66.12%52.55%-
HSV(B)276.75º74.77%83.92%-
XYZ26.4114.1764.96-
YUV101.54191.47163.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.19%
GREEN value IS 54 (21.48% from 255) = 12.86%
BLUE value IS 214 (83.98% from 255) = 50.95%
R=36.19%
G=12.86%
B=50.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal152542140.290.7500.16276.7566.1252.55
Hex9836D61D4B0101154235
Octal230663263511302042510265
Binary10011000110110110101101110110010110100001000101011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9836D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9836D6; }

 p { color: rgb(152,54,214); }

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

<style>
 a { background-color: #9836D6; }

 a { background-color: rgb(152,54,214); }

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

<style>
 span { border-color: #9836D6; }

 span { border-color: rgb(152,54,214); }

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