#9821AC

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

Shades of Dark Orchid #9821AC

Tints of Dark Orchid #9821AC

Color information

#9821AC (or 0x9821AC) is unknown color: approx Dark Orchid. HEX triplet: 98, 21 and AC. RGB value is (152,33,172). Sum of RGB (Red+Green+Blue) = 152+33+172=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #9821AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9821AC is #67DE53. Grayscale: #535353. Windows color (decimal): -6807124 or 11280792. OLE color: 11280792.

HSL color Cylindrical-coordinate representation of color #9821AC: hue angle of 291.37º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9821AC is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15233172-
CMYK0.120.8100.33
HSL291.37º67.8%40.2%-
HSV(B)291.37º80.81%67.45%-
XYZ20.9410.7440-
YUV84.43177.42176.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 33 (13.28% from 255) = 9.24%
BLUE value IS 172 (67.58% from 255) = 48.18%
R=42.58%
G=9.24%
B=48.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152331720.120.8100.33291.3767.840.2
Hex9821ACC510211234428
Octal230412541412104144310450
Binary10011000100001101011001100101000101000011001000111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9821AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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