#85428E

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

Shades of Vivid Violet #85428E

Tints of Vivid Violet #85428E

Color information

#85428E (or 0x85428E) is unknown color: approx Vivid Violet. HEX triplet: 85, 42 and 8E. RGB value is (133,66,142). Sum of RGB (Red+Green+Blue) = 133+66+142=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #85428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85428E is #7ABD71. Grayscale: #5E5E5E. Windows color (decimal): -8043890 or 9323141. OLE color: 9323141.

HSL color Cylindrical-coordinate representation of color #85428E: hue angle of 292.89º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85428E is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13366142-
CMYK0.060.5400.44
HSL292.89º36.54%40.78%-
HSV(B)292.89º53.52%55.69%-
XYZ16.510.8426.81-
YUV94.7154.7155.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 66 (26.17% from 255) = 19.35%
BLUE value IS 142 (55.86% from 255) = 41.64%
R=39.00%
G=19.35%
B=41.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133661420.060.5400.44292.8936.5440.78
Hex85428E63602C1252529
Octal2051022166660544454551
Binary100001011000010100011101101101100101100100100101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85428E; }

 p { color: rgb(133,66,142); }

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

<style>
 a { background-color: #85428E; }

 a { background-color: rgb(133,66,142); }

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

<style>
 span { border-color: #85428E; }

 span { border-color: rgb(133,66,142); }

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