#9829AE

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

Shades of Dark Orchid #9829AE

Tints of Dark Orchid #9829AE

Color information

#9829AE (or 0x9829AE) is unknown color: approx Dark Orchid. HEX triplet: 98, 29 and AE. RGB value is (152,41,174). Sum of RGB (Red+Green+Blue) = 152+41+174=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #9829AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9829AE is #67D651. Grayscale: #585858. Windows color (decimal): -6805074 or 11413912. OLE color: 11413912.

HSL color Cylindrical-coordinate representation of color #9829AE: hue angle of 290.08º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9829AE is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15241174-
CMYK0.130.7600.32
HSL290.08º61.86%42.16%-
HSV(B)290.08º76.44%68.24%-
XYZ21.3811.3241.1-
YUV89.35175.77172.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 41 (16.41% from 255) = 11.17%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=41.42%
G=11.17%
B=47.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152411740.130.7600.32290.0861.8642.16
Hex9829AED4C0201223e2a
Octal23051256151140404427652
Binary1001100010100110101110110110011000100000100100010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9829AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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