Html Css Color HEX #853F81 Vivid Violet

📋 copy color: '#853F81'

red 133 ◦ green 63 ◦ blue 129

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

Shades of Vivid Violet #853F81

Tints of Vivid Violet #853F81

RGB

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

 GREEN value IS 63 (25% from 255) = 19.38%

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

R = 40.92%
G = 19.38%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#853F81 (or 0x853F81) is known color: Vivid Violet. HEX triplet: 85, 3F and 81. RGB value is (133,63,129). Sum of RGB (Red+Green+Blue) = 133+63+129=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #853F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853F81 is #7AC07E. Grayscale: #5B5B5B. Windows color (decimal): -8044671 or 8470405. OLE color: 8470405.

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

Color convert

RGB 133 63 129 -
CMYK 0 0.53 0.03 0.48
HSL 303.43º 0.36% 0.38% -
HSV(B) 303.43º 0.53% 0.52% -
XYZ 15.41 10.13 21.91 -
YUV 91.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 133 63 129 0 0.53 0.03 0.48 303.43 0.36 0.38
Hex 85 3F 81 0 35 3 30 12F 24 26
Octal 205 77 201 0 65 3 60 457 44 46
Binary 10000101 111111 10000001 0 110101 11 110000 100101111 100100 100110

Color Harmonies of #853F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F81

Black with #853F81

Text Example


Text Example

White with #853F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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