#853b90

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

Shades of Vivid Violet #853B90

Tints of Vivid Violet #853B90

Color information

#853B90 (or 0x853B90) is unknown color: approx Vivid Violet. HEX triplet: 85, 3B and 90. RGB value is (133,59,144). Sum of RGB (Red+Green+Blue) = 133+59+144=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #853B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853B90 is #7AC46F. Grayscale: #5A5A5A. Windows color (decimal): -8045680 or 9452421. OLE color: 9452421.

HSL color Cylindrical-coordinate representation of color #853B90: hue angle of 292.24º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853B90 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13359144-
CMYK0.080.5900.44
HSL292.24º41.87%39.8%-
HSV(B)292.24º59.03%56.47%-
XYZ16.2710.1327.48-
YUV90.82158.02158.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 59 (23.44% from 255) = 17.56%
BLUE value IS 144 (56.64% from 255) = 42.86%
R=39.58%
G=17.56%
B=42.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133591440.080.5900.44292.2441.8739.8
Hex853B9083B02C1242a28
Octal2057322010730544445250
Binary100001011110111001000010001110110101100100100100101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853b90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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