Html Css Color HEX #853699 Vivid Violet

📋 copy color: '#853699'

red 133 ◦ green 54 ◦ blue 153

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

Shades of Vivid Violet #853699

Tints of Vivid Violet #853699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.88%

 BLUE value IS 153 (60.16% from 255) = 45%

R = 39.12%
G = 15.88%
B = 45%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#853699 (or 0x853699) is known color: Vivid Violet. HEX triplet: 85, 36 and 99. RGB value is (133,54,153). Sum of RGB (Red+Green+Blue) = 133+54+153=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #853699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853699 is #7AC966. Grayscale: #585858. Windows color (decimal): -8046951 or 10040965. OLE color: 10040965.

HSL color Cylindrical-coordinate representation of color #853699: hue angle of 287.88º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #853699 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 54 153 -
CMYK 0.13 0.65 0 0.4
HSL 287.88º 0.48% 0.41% -
HSV(B) 287.88º 0.65% 0.6% -
XYZ 16.74 9.92 31.17 -
YUV 88.91 164.17 159.45 -
System Red Green Blue C M Y K H S L
Decimal 133 54 153 0.13 0.65 0 0.4 287.88 0.48 0.41
Hex 85 36 99 D 41 0 28 120 30 29
Octal 205 66 231 15 101 0 50 440 60 51
Binary 10000101 110110 10011001 1101 1000001 0 101000 100100000 110000 101001

Color Harmonies of #853699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853699

Black with #853699

Text Example


Text Example

White with #853699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853699; }

 p { color: rgb(133,54,153); }

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

background-color css

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

 a { background-color: rgb(133,54,153); }

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

border-color css

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

 span { border-color: rgb(133,54,153); }

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