#9822AB

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

Shades of Dark Orchid #9822AB

Tints of Dark Orchid #9822AB

Color information

#9822AB (or 0x9822AB) is unknown color: approx Dark Orchid. HEX triplet: 98, 22 and AB. RGB value is (152,34,171). Sum of RGB (Red+Green+Blue) = 152+34+171=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #9822AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9822AB is #67DD54. Grayscale: #545454. Windows color (decimal): -6806869 or 11215512. OLE color: 11215512.

HSL color Cylindrical-coordinate representation of color #9822AB: hue angle of 291.68º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9822AB is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15234171-
CMYK0.110.8000.33
HSL291.68º66.83%40.2%-
HSV(B)291.68º80.12%67.06%-
XYZ20.8710.7639.5-
YUV84.9176.59175.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 34 (13.67% from 255) = 9.52%
BLUE value IS 171 (67.19% from 255) = 47.90%
R=42.58%
G=9.52%
B=47.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152341710.110.8000.33291.6866.8340.2
Hex9822ABB500211244328
Octal230422531312004144410350
Binary10011000100010101010111011101000001000011001001001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9822AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9822AB; }

 p { color: rgb(152,34,171); }

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

<style>
 a { background-color: #9822AB; }

 a { background-color: rgb(152,34,171); }

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

<style>
 span { border-color: #9822AB; }

 span { border-color: rgb(152,34,171); }

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