#9821AF

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

Shades of Dark Orchid #9821AF

Tints of Dark Orchid #9821AF

Color information

#9821AF (or 0x9821AF) is unknown color: approx Dark Orchid. HEX triplet: 98, 21 and AF. RGB value is (152,33,175). Sum of RGB (Red+Green+Blue) = 152+33+175=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #9821AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9821AF is #67DE50. Grayscale: #545454. Windows color (decimal): -6807121 or 11477400. OLE color: 11477400.

HSL color Cylindrical-coordinate representation of color #9821AF: hue angle of 290.28º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9821AF is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15233175-
CMYK0.130.8100.31
HSL290.28º68.27%40.78%-
HSV(B)290.28º81.14%68.63%-
XYZ21.2310.8641.53-
YUV84.77178.92175.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 33 (13.28% from 255) = 9.17%
BLUE value IS 175 (68.75% from 255) = 48.61%
R=42.22%
G=9.17%
B=48.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152331750.130.8100.31290.2868.2740.78
Hex9821AFD5101F1224429
Octal230412571512103744210451
Binary1001100010000110101111110110100010111111001000101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9821AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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