Html Css Color HEX #853891 Vivid Violet

📋 copy color: '#853891'

red 133 ◦ green 56 ◦ blue 145

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

Shades of Vivid Violet #853891

Tints of Vivid Violet #853891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.77%

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

R = 39.82%
G = 16.77%
B = 43.41%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#853891 (or 0x853891) is known color: Vivid Violet. HEX triplet: 85, 38 and 91. RGB value is (133,56,145). Sum of RGB (Red+Green+Blue) = 133+56+145=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #853891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853891 is #7AC76E. Grayscale: #585858. Windows color (decimal): -8046447 or 9517189. OLE color: 9517189.

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

Color convert

RGB 133 56 145 -
CMYK 0.08 0.61 0 0.43
HSL 291.91º 0.44% 0.39% -
HSV(B) 291.91º 0.61% 0.57% -
XYZ 16.2 9.86 27.84 -
YUV 89.17 159.51 159.26 -
System Red Green Blue C M Y K H S L
Decimal 133 56 145 0.08 0.61 0 0.43 291.91 0.44 0.39
Hex 85 38 91 8 3D 0 2B 124 2C 27
Octal 205 70 221 10 75 0 53 444 54 47
Binary 10000101 111000 10010001 1000 111101 0 101011 100100100 101100 100111

Color Harmonies of #853891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853891

Black with #853891

Text Example


Text Example

White with #853891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853891; }

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

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

background-color css

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

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

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

border-color css

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

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

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