#853187

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

Shades of Vivid Violet #853187

Tints of Vivid Violet #853187

Color information

#853187 (or 0x853187) is unknown color: approx Vivid Violet. HEX triplet: 85, 31 and 87. RGB value is (133,49,135). Sum of RGB (Red+Green+Blue) = 133+49+135=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 135 - color contains mainly: blue. Hex color #853187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853187 is #7ACE78. Grayscale: #535353. Windows color (decimal): -8048249 or 8860037. OLE color: 8860037.

HSL color Cylindrical-coordinate representation of color #853187: hue angle of 298.6º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853187 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13349135-
CMYK0.010.6400.47
HSL298.6º46.74%36.08%-
HSV(B)298.6º63.7%52.94%-
XYZ15.148.9323.85-
YUV83.92156.83163.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 49 (19.53% from 255) = 15.46%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=41.96%
G=15.46%
B=42.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133491350.010.6400.47298.646.7436.08
Hex85318714002F12b2f24
Octal2056120711000574535744
Binary1000010111000110000111110000000101111100101011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853187; }

 p { color: rgb(133,49,135); }

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

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

 a { background-color: rgb(133,49,135); }

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

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

 span { border-color: rgb(133,49,135); }

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