#85379C

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

Shades of Vivid Violet #85379C

Tints of Vivid Violet #85379C

Color information

#85379C (or 0x85379C) is unknown color: approx Vivid Violet. HEX triplet: 85, 37 and 9C. RGB value is (133,55,156). Sum of RGB (Red+Green+Blue) = 133+55+156=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #85379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85379C is #7AC863. Grayscale: #595959. Windows color (decimal): -8046692 or 10237829. OLE color: 10237829.

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

Color convert

RGB13355156-
CMYK0.150.6500.39
HSL286.34º47.87%41.37%-
HSV(B)286.34º64.74%61.18%-
XYZ17.0410.1232.51-
YUV89.84165.34158.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 55 (21.88% from 255) = 15.99%
BLUE value IS 156 (61.33% from 255) = 45.35%
R=38.66%
G=15.99%
B=45.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133551560.150.6500.39286.3447.8741.37
Hex85379CF4102711e3029
Octal20567234171010474366051
Binary1000010111011110011100111110000010100111100011110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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