Html Css Color HEX #853189 Vivid Violet

📋 copy color: '#853189'

red 133 ◦ green 49 ◦ blue 137

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

Shades of Vivid Violet #853189

Tints of Vivid Violet #853189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.95%

R = 41.69%
G = 15.36%
B = 42.95%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#853189 (or 0x853189) is known color: Vivid Violet. HEX triplet: 85, 31 and 89. RGB value is (133,49,137). Sum of RGB (Red+Green+Blue) = 133+49+137=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #853189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853189 is #7ACE76. Grayscale: #535353. Windows color (decimal): -8048247 or 8991109. OLE color: 8991109.

HSL color Cylindrical-coordinate representation of color #853189: hue angle of 297.27º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853189 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 49 137 -
CMYK 0.03 0.64 0 0.46
HSL 297.27º 0.47% 0.36% -
HSV(B) 297.27º 0.64% 0.54% -
XYZ 15.29 8.99 24.6 -
YUV 84.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 133 49 137 0.03 0.64 0 0.46 297.27 0.47 0.36
Hex 85 31 89 3 40 0 2E 129 2F 24
Octal 205 61 211 3 100 0 56 451 57 44
Binary 10000101 110001 10001001 11 1000000 0 101110 100101001 101111 100100

Color Harmonies of #853189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853189

Black with #853189

Text Example


Text Example

White with #853189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853189; }

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

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

background-color css

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

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

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

border-color css

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

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

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