#9825AA

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

Shades of Vivid Violet #9825AA

Tints of Vivid Violet #9825AA

Color information

#9825AA (or 0x9825AA) is unknown color: approx Vivid Violet. HEX triplet: 98, 25 and AA. RGB value is (152,37,170). Sum of RGB (Red+Green+Blue) = 152+37+170=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #9825AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9825AA is #67DA55. Grayscale: #565656. Windows color (decimal): -6806102 or 11150744. OLE color: 11150744.

HSL color Cylindrical-coordinate representation of color #9825AA: hue angle of 291.88º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9825AA is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15237170-
CMYK0.110.7800.33
HSL291.88º64.25%40.59%-
HSV(B)291.88º78.24%66.67%-
XYZ20.8710.939.03-
YUV86.55175.1174.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 37 (14.84% from 255) = 10.31%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=42.34%
G=10.31%
B=47.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152371700.110.7800.33291.8864.2540.59
Hex9825AAB4E0211244029
Octal230452521311604144410051
Binary10011000100101101010101011100111001000011001001001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9825AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9825AA; }

 p { color: rgb(152,37,170); }

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

<style>
 a { background-color: #9825AA; }

 a { background-color: rgb(152,37,170); }

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

<style>
 span { border-color: #9825AA; }

 span { border-color: rgb(152,37,170); }

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