#853690

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

Shades of Vivid Violet #853690

Tints of Vivid Violet #853690

Color information

#853690 (or 0x853690) is unknown color: approx Vivid Violet. HEX triplet: 85, 36 and 90. RGB value is (133,54,144). Sum of RGB (Red+Green+Blue) = 133+54+144=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #853690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853690 is #7AC96F. Grayscale: #575757. Windows color (decimal): -8046960 or 9451141. OLE color: 9451141.

HSL color Cylindrical-coordinate representation of color #853690: hue angle of 292.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853690 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13354144-
CMYK0.080.6300.44
HSL292.67º45.45%38.82%-
HSV(B)292.67º62.5%56.47%-
XYZ16.039.6427.4-
YUV87.88159.67160.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=40.18%
G=16.31%
B=43.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133541440.080.6300.44292.6745.4538.82
Hex85369083F02C1252d27
Octal2056622010770544455547
Binary100001011101101001000010001111110101100100100101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853690; }

 p { color: rgb(133,54,144); }

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

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

 a { background-color: rgb(133,54,144); }

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

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

 span { border-color: rgb(133,54,144); }

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