Html Css Color HEX #853193 Vivid Violet

📋 copy color: '#853193'

red 133 ◦ green 49 ◦ blue 147

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

Shades of Vivid Violet #853193

Tints of Vivid Violet #853193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.68%

R = 40.43%
G = 14.89%
B = 44.68%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#853193 (or 0x853193) is known color: Vivid Violet. HEX triplet: 85, 31 and 93. RGB value is (133,49,147). Sum of RGB (Red+Green+Blue) = 133+49+147=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #853193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853193 is #7ACE6C. Grayscale: #545454. Windows color (decimal): -8048237 or 9646469. OLE color: 9646469.

HSL color Cylindrical-coordinate representation of color #853193: hue angle of 291.43º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #853193 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 49 147 -
CMYK 0.10 0.67 0 0.42
HSL 291.43º 0.5% 0.38% -
HSV(B) 291.43º 0.67% 0.58% -
XYZ 16.04 9.29 28.55 -
YUV 85.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 133 49 147 0.10 0.67 0 0.42 291.43 0.5 0.38
Hex 85 31 93 A 43 0 2A 123 32 26
Octal 205 61 223 12 103 0 52 443 62 46
Binary 10000101 110001 10010011 1010 1000011 0 101010 100100011 110010 100110

Color Harmonies of #853193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853193

Black with #853193

Text Example


Text Example

White with #853193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853193; }

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

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

background-color css

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

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

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

border-color css

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

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

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