#9829AB

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

Shades of Dark Orchid #9829AB

Tints of Dark Orchid #9829AB

Color information

#9829AB (or 0x9829AB) is unknown color: approx Dark Orchid. HEX triplet: 98, 29 and AB. RGB value is (152,41,171). Sum of RGB (Red+Green+Blue) = 152+41+171=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #9829AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9829AB is #67D654. Grayscale: #585858. Windows color (decimal): -6805077 or 11217304. OLE color: 11217304.

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

Color convert

RGB15241171-
CMYK0.110.7600.33
HSL291.23º61.32%41.57%-
HSV(B)291.23º76.02%67.06%-
XYZ21.0911.239.58-
YUV89.01174.27172.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 41 (16.41% from 255) = 11.26%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=41.76%
G=11.26%
B=46.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152411710.110.7600.33291.2361.3241.57
Hex9829ABB4C0211233d2a
Octal23051253131140414437552
Binary1001100010100110101011101110011000100001100100011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9829AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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