#9821B9

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

Shades of Dark Orchid #9821B9

Tints of Dark Orchid #9821B9

Color information

#9821B9 (or 0x9821B9) is unknown color: approx Dark Orchid. HEX triplet: 98, 21 and B9. RGB value is (152,33,185). Sum of RGB (Red+Green+Blue) = 152+33+185=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 185 (72.66% from 255 or 50% from 370); Max value from RGB is 185 - color contains mainly: blue. Hex color #9821B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9821B9 is #67DE46. Grayscale: #555555. Windows color (decimal): -6807111 or 12132760. OLE color: 12132760.

HSL color Cylindrical-coordinate representation of color #9821B9: hue angle of 286.97º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9821B9 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15233185-
CMYK0.180.8200.27
HSL286.97º69.72%42.75%-
HSV(B)286.97º82.16%72.55%-
XYZ22.2511.2746.9-
YUV85.91183.92175.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 33 (13.28% from 255) = 8.92%
BLUE value IS 185 (72.66% from 255) = 50%
R=41.08%
G=8.92%
B=50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152331850.180.8200.27286.9769.7242.75
Hex9821B9125201B11f462b
Octal230412712212203343710653
Binary10011000100001101110011001010100100110111000111111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9821B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9821B9; }

 p { color: rgb(152,33,185); }

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

<style>
 a { background-color: #9821B9; }

 a { background-color: rgb(152,33,185); }

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

<style>
 span { border-color: #9821B9; }

 span { border-color: rgb(152,33,185); }

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