#853A92

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

Shades of Vivid Violet #853A92

Tints of Vivid Violet #853A92

Color information

#853A92 (or 0x853A92) is unknown color: approx Vivid Violet. HEX triplet: 85, 3A and 92. RGB value is (133,58,146). Sum of RGB (Red+Green+Blue) = 133+58+146=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #853A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853A92 is #7AC56D. Grayscale: #5A5A5A. Windows color (decimal): -8045934 or 9583237. OLE color: 9583237.

HSL color Cylindrical-coordinate representation of color #853A92: hue angle of 291.14º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853A92 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13358146-
CMYK0.090.6000.43
HSL291.14º43.14%40%-
HSV(B)291.14º60.27%57.25%-
XYZ16.3710.0928.28-
YUV90.46159.35158.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 58 (23.05% from 255) = 17.21%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=39.47%
G=17.21%
B=43.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133581460.090.6000.43291.1443.1440
Hex853A9293C02B1232b28
Octal2057222211740534435350
Binary100001011110101001001010011111000101011100100011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853A92; }

 p { color: rgb(133,58,146); }

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

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

 a { background-color: rgb(133,58,146); }

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

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

 span { border-color: rgb(133,58,146); }

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