Html Css Color HEX #853C81 Vivid Violet

📋 copy color: '#853C81'

red 133 ◦ green 60 ◦ blue 129

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

Shades of Vivid Violet #853C81

Tints of Vivid Violet #853C81

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.63%

 BLUE value IS 129 (50.78% from 255) = 40.06%

R = 41.3%
G = 18.63%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#853C81 (or 0x853C81) is known color: Vivid Violet. HEX triplet: 85, 3C and 81. RGB value is (133,60,129). Sum of RGB (Red+Green+Blue) = 133+60+129=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #853C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853C81 is #7AC37E. Grayscale: #595959. Windows color (decimal): -8045439 or 8469637. OLE color: 8469637.

HSL color Cylindrical-coordinate representation of color #853C81: hue angle of 303.29º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #853C81 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 60 129 -
CMYK 0 0.55 0.03 0.48
HSL 303.29º 0.38% 0.38% -
HSV(B) 303.29º 0.55% 0.52% -
XYZ 15.25 9.8 21.86 -
YUV 89.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 133 60 129 0 0.55 0.03 0.48 303.29 0.38 0.38
Hex 85 3C 81 0 37 3 30 12F 26 26
Octal 205 74 201 0 67 3 60 457 46 46
Binary 10000101 111100 10000001 0 110111 11 110000 100101111 100110 100110

Color Harmonies of #853C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C81

Black with #853C81

Text Example


Text Example

White with #853C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853C81; }

 p { color: rgb(133,60,129); }

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

background-color css

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

 a { background-color: rgb(133,60,129); }

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

border-color css

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

 span { border-color: rgb(133,60,129); }

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