#85339C

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

Shades of Vivid Violet #85339C

Tints of Vivid Violet #85339C

Color information

#85339C (or 0x85339C) is unknown color: approx Vivid Violet. HEX triplet: 85, 33 and 9C. RGB value is (133,51,156). Sum of RGB (Red+Green+Blue) = 133+51+156=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #85339C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85339C is #7ACC63. Grayscale: #575757. Windows color (decimal): -8047716 or 10236805. OLE color: 10236805.

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

Color convert

RGB13351156-
CMYK0.150.6700.39
HSL286.86º50.72%40.59%-
HSV(B)286.86º67.31%61.18%-
XYZ16.869.7532.45-
YUV87.49166.67160.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 51 (20.31% from 255) = 15%
BLUE value IS 156 (61.33% from 255) = 45.88%
R=39.12%
G=15%
B=45.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133511560.150.6700.39286.8650.7240.59
Hex85339CF4302711f3329
Octal20563234171030474376351
Binary1000010111001110011100111110000110100111100011111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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