Html Css Color HEX #853591 Vivid Violet

📋 copy color: '#853591'

red 133 ◦ green 53 ◦ blue 145

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

Shades of Vivid Violet #853591

Tints of Vivid Violet #853591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.01%

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

R = 40.18%
G = 16.01%
B = 43.81%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#853591 (or 0x853591) is known color: Vivid Violet. HEX triplet: 85, 35 and 91. RGB value is (133,53,145). Sum of RGB (Red+Green+Blue) = 133+53+145=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #853591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853591 is #7ACA6E. Grayscale: #575757. Windows color (decimal): -8047215 or 9516421. OLE color: 9516421.

HSL color Cylindrical-coordinate representation of color #853591: hue angle of 292.17º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853591 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 53 145 -
CMYK 0.08 0.63 0 0.43
HSL 292.17º 0.46% 0.39% -
HSV(B) 292.17º 0.63% 0.57% -
XYZ 16.06 9.58 27.79 -
YUV 87.41 160.5 160.52 -
System Red Green Blue C M Y K H S L
Decimal 133 53 145 0.08 0.63 0 0.43 292.17 0.46 0.39
Hex 85 35 91 8 3F 0 2B 124 2E 27
Octal 205 65 221 10 77 0 53 444 56 47
Binary 10000101 110101 10010001 1000 111111 0 101011 100100100 101110 100111

Color Harmonies of #853591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853591

Black with #853591

Text Example


Text Example

White with #853591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853591; }

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

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

background-color css

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

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

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

border-color css

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

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

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