Html Css Color HEX #853D91 Vivid Violet

📋 copy color: '#853D91'

red 133 ◦ green 61 ◦ blue 145

#853D91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #853D91

Tints of Vivid Violet #853D91

RGB

 RED value IS 133 (52.34% from 255) = 39.23%

 GREEN value IS 61 (24.22% from 255) = 17.99%

 BLUE value IS 145 (57.03% from 255) = 42.77%

R = 39.23%
G = 17.99%
B = 42.77%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#853D91 (or 0x853D91) is known color: Vivid Violet. HEX triplet: 85, 3D and 91. RGB value is (133,61,145). Sum of RGB (Red+Green+Blue) = 133+61+145=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #853D91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853D91 is #7AC26E. Grayscale: #5B5B5B. Windows color (decimal): -8045167 or 9518469. OLE color: 9518469.

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

Color convert

RGB 133 61 145 -
CMYK 0.08 0.58 0 0.43
HSL 291.43º 0.41% 0.4% -
HSV(B) 291.43º 0.58% 0.57% -
XYZ 16.45 10.37 27.92 -
YUV 92.1 157.85 157.17 -
System Red Green Blue C M Y K H S L
Decimal 133 61 145 0.08 0.58 0 0.43 291.43 0.41 0.4
Hex 85 3D 91 8 3A 0 2B 123 29 28
Octal 205 75 221 10 72 0 53 443 51 50
Binary 10000101 111101 10010001 1000 111010 0 101011 100100011 101001 101000

Color Harmonies of #853D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D91

Black with #853D91

Text Example


Text Example

White with #853D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,61,145); }

 H1.HeaderClassName
 {
   color: #853D91;
 }
 .AnyTagClassName
 {
   color: #853D91;
 }
</style>

background-color css

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

 a { background-color: rgb(133,61,145); }

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

border-color css

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

 span { border-color: rgb(133,61,145); }

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