#9819B8

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

Shades of Dark Orchid #9819B8

Tints of Dark Orchid #9819B8

Color information

#9819B8 (or 0x9819B8) is unknown color: approx Dark Orchid. HEX triplet: 98, 19 and B8. RGB value is (152,25,184). Sum of RGB (Red+Green+Blue) = 152+25+184=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 184 (72.27% from 255 or 50.97% from 361); Max value from RGB is 184 - color contains mainly: blue. Hex color #9819B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9819B8 is #67E647. Grayscale: #505050. Windows color (decimal): -6809160 or 12065176. OLE color: 12065176.

HSL color Cylindrical-coordinate representation of color #9819B8: hue angle of 287.92º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9819B8 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15225184-
CMYK0.170.8600.28
HSL287.92º76.08%40.98%-
HSV(B)287.92º86.41%72.16%-
XYZ21.9510.8346.28-
YUV81.1186.08178.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 25 (10.16% from 255) = 6.93%
BLUE value IS 184 (72.27% from 255) = 50.97%
R=42.11%
G=6.93%
B=50.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal152251840.170.8600.28287.9276.0840.98
Hex9819B8115601C1204c29
Octal230312702112603444011451
Binary1001100011001101110001000110101100111001001000001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9819B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9819B8; }

 p { color: rgb(152,25,184); }

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

<style>
 a { background-color: #9819B8; }

 a { background-color: rgb(152,25,184); }

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

<style>
 span { border-color: #9819B8; }

 span { border-color: rgb(152,25,184); }

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