Html Css Color HEX #853495 Vivid Violet

📋 copy color: '#853495'

red 133 ◦ green 52 ◦ blue 149

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

Shades of Vivid Violet #853495

Tints of Vivid Violet #853495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.57%

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

R = 39.82%
G = 15.57%
B = 44.61%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#853495 (or 0x853495) is known color: Vivid Violet. HEX triplet: 85, 34 and 95. RGB value is (133,52,149). Sum of RGB (Red+Green+Blue) = 133+52+149=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #853495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853495 is #7ACB6A. Grayscale: #565656. Windows color (decimal): -8047467 or 9778309. OLE color: 9778309.

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

Color convert

RGB 133 52 149 -
CMYK 0.11 0.65 0 0.42
HSL 290.1º 0.48% 0.39% -
HSV(B) 290.1º 0.65% 0.58% -
XYZ 16.33 9.61 29.43 -
YUV 87.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 133 52 149 0.11 0.65 0 0.42 290.1 0.48 0.39
Hex 85 34 95 B 41 0 2A 122 30 27
Octal 205 64 225 13 101 0 52 442 60 47
Binary 10000101 110100 10010101 1011 1000001 0 101010 100100010 110000 100111

Color Harmonies of #853495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853495

Black with #853495

Text Example


Text Example

White with #853495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853495; }

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

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

background-color css

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

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

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

border-color css

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

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

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