#9829A0

Color #9829A0 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #9829A0

Tints of Vivid Violet #9829A0

Color information

#9829A0 (or 0x9829A0) is unknown color: approx Vivid Violet. HEX triplet: 98, 29 and A0. RGB value is (152,41,160). Sum of RGB (Red+Green+Blue) = 152+41+160=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 160 - color contains mainly: blue. Hex color #9829A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9829A0 is #67D65F. Grayscale: #575757. Windows color (decimal): -6805088 or 10496408. OLE color: 10496408.

HSL color Cylindrical-coordinate representation of color #9829A0: hue angle of 295.97º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9829A0 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15241160-
CMYK0.050.7400.37
HSL295.97º59.2%39.41%-
HSV(B)295.97º74.37%62.75%-
XYZ20.0910.834.28-
YUV87.76168.77173.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 41 (16.41% from 255) = 11.61%
BLUE value IS 160 (62.89% from 255) = 45.33%
R=43.06%
G=11.61%
B=45.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal152411600.050.7400.37295.9759.239.41
Hex9829A054A0251283b27
Octal2305124051120454507347
Binary100110001010011010000010110010100100101100101000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9829A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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