Html Css Color HEX #853691 Vivid Violet

📋 copy color: '#853691'

red 133 ◦ green 54 ◦ blue 145

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

Shades of Vivid Violet #853691

Tints of Vivid Violet #853691

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.27%

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

R = 40.06%
G = 16.27%
B = 43.67%

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

#853691 (or 0x853691) is known color: Vivid Violet. HEX triplet: 85, 36 and 91. RGB value is (133,54,145). Sum of RGB (Red+Green+Blue) = 133+54+145=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #853691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853691 is #7AC96E. Grayscale: #575757. Windows color (decimal): -8046959 or 9516677. OLE color: 9516677.

HSL color Cylindrical-coordinate representation of color #853691: hue angle of 292.09º 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 #853691 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 54 145 -
CMYK 0.08 0.63 0 0.43
HSL 292.09º 0.46% 0.39% -
HSV(B) 292.09º 0.63% 0.57% -
XYZ 16.1 9.67 27.81 -
YUV 88 160.17 160.1 -
System Red Green Blue C M Y K H S L
Decimal 133 54 145 0.08 0.63 0 0.43 292.09 0.46 0.39
Hex 85 36 91 8 3F 0 2B 124 2E 27
Octal 205 66 221 10 77 0 53 444 56 47
Binary 10000101 110110 10010001 1000 111111 0 101011 100100100 101110 100111

Color Harmonies of #853691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853691

Black with #853691

Text Example


Text Example

White with #853691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853691; }

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

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

background-color css

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

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

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

border-color css

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

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

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