#85359C

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

Shades of Vivid Violet #85359C

Tints of Vivid Violet #85359C

Color information

#85359C (or 0x85359C) is unknown color: approx Vivid Violet. HEX triplet: 85, 35 and 9C. RGB value is (133,53,156). Sum of RGB (Red+Green+Blue) = 133+53+156=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #85359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85359C is #7ACA63. Grayscale: #585858. Windows color (decimal): -8047204 or 10237317. OLE color: 10237317.

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

Color convert

RGB13353156-
CMYK0.150.6600.39
HSL286.6º49.28%40.98%-
HSV(B)286.6º66.03%61.18%-
XYZ16.959.9332.48-
YUV88.66166159.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 53 (21.09% from 255) = 15.50%
BLUE value IS 156 (61.33% from 255) = 45.61%
R=38.89%
G=15.50%
B=45.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133531560.150.6600.39286.649.2840.98
Hex85359CF4202711f3129
Octal20565234171020474376151
Binary1000010111010110011100111110000100100111100011111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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