Html Css Color HEX #853192 Vivid Violet

📋 copy color: '#853192'

red 133 ◦ green 49 ◦ blue 146

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

Shades of Vivid Violet #853192

Tints of Vivid Violet #853192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.94%

 BLUE value IS 146 (57.42% from 255) = 44.51%

R = 40.55%
G = 14.94%
B = 44.51%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#853192 (or 0x853192) is known color: Vivid Violet. HEX triplet: 85, 31 and 92. RGB value is (133,49,146). Sum of RGB (Red+Green+Blue) = 133+49+146=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #853192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853192 is #7ACE6D. Grayscale: #545454. Windows color (decimal): -8048238 or 9580933. OLE color: 9580933.

HSL color Cylindrical-coordinate representation of color #853192: hue angle of 291.96º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #853192 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 49 146 -
CMYK 0.09 0.66 0 0.43
HSL 291.96º 0.5% 0.38% -
HSV(B) 291.96º 0.66% 0.57% -
XYZ 15.96 9.26 28.14 -
YUV 85.17 162.33 162.11 -
System Red Green Blue C M Y K H S L
Decimal 133 49 146 0.09 0.66 0 0.43 291.96 0.5 0.38
Hex 85 31 92 9 42 0 2B 124 32 26
Octal 205 61 222 11 102 0 53 444 62 46
Binary 10000101 110001 10010010 1001 1000010 0 101011 100100100 110010 100110

Color Harmonies of #853192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853192

Black with #853192

Text Example


Text Example

White with #853192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853192; }

 p { color: rgb(133,49,146); }

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

background-color css

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

 a { background-color: rgb(133,49,146); }

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

border-color css

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

 span { border-color: rgb(133,49,146); }

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