Html Css Color HEX #853195 Vivid Violet

📋 copy color: '#853195'

red 133 ◦ green 49 ◦ blue 149

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

Shades of Vivid Violet #853195

Tints of Vivid Violet #853195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.02%

R = 40.18%
G = 14.8%
B = 45.02%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#853195 (or 0x853195) is known color: Vivid Violet. HEX triplet: 85, 31 and 95. RGB value is (133,49,149). Sum of RGB (Red+Green+Blue) = 133+49+149=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #853195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853195 is #7ACE6A. Grayscale: #555555. Windows color (decimal): -8048235 or 9777541. OLE color: 9777541.

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

Color convert

RGB 133 49 149 -
CMYK 0.11 0.67 0 0.42
HSL 290.4º 0.51% 0.39% -
HSV(B) 290.4º 0.67% 0.58% -
XYZ 16.2 9.35 29.39 -
YUV 85.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 133 49 149 0.11 0.67 0 0.42 290.4 0.51 0.39
Hex 85 31 95 B 43 0 2A 122 33 27
Octal 205 61 225 13 103 0 52 442 63 47
Binary 10000101 110001 10010101 1011 1000011 0 101010 100100010 110011 100111

Color Harmonies of #853195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853195

Black with #853195

Text Example


Text Example

White with #853195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853195; }

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

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

background-color css

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

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

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

border-color css

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

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

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