#85259C

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

Shades of Vivid Violet #85259C

Tints of Vivid Violet #85259C

Color information

#85259C (or 0x85259C) is unknown color: approx Vivid Violet. HEX triplet: 85, 25 and 9C. RGB value is (133,37,156). Sum of RGB (Red+Green+Blue) = 133+37+156=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #85259C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85259C is #7ADA63. Grayscale: #4E4E4E. Windows color (decimal): -8051300 or 10233221. OLE color: 10233221.

HSL color Cylindrical-coordinate representation of color #85259C: hue angle of 288.4º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85259C is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13337156-
CMYK0.150.7600.39
HSL288.4º61.66%37.84%-
HSV(B)288.4º76.28%61.18%-
XYZ16.348.7132.27-
YUV79.27171.3166.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.80%
GREEN value IS 37 (14.84% from 255) = 11.35%
BLUE value IS 156 (61.33% from 255) = 47.85%
R=40.80%
G=11.35%
B=47.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133371560.150.7600.39288.461.6637.84
Hex85259CF4C0271203e26
Octal20545234171140474407646
Binary1000010110010110011100111110011000100111100100000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85259C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85259C; }

 p { color: rgb(133,37,156); }

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

<style>
 a { background-color: #85259C; }

 a { background-color: rgb(133,37,156); }

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

<style>
 span { border-color: #85259C; }

 span { border-color: rgb(133,37,156); }

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