Html Css Color HEX #853F82 Vivid Violet

📋 copy color: '#853F82'

red 133 ◦ green 63 ◦ blue 130

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

Shades of Vivid Violet #853F82

Tints of Vivid Violet #853F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.88%

R = 40.8%
G = 19.33%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#853F82 (or 0x853F82) is known color: Vivid Violet. HEX triplet: 85, 3F and 82. RGB value is (133,63,130). Sum of RGB (Red+Green+Blue) = 133+63+130=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #853F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853F82 is #7AC07D. Grayscale: #5B5B5B. Windows color (decimal): -8044670 or 8535941. OLE color: 8535941.

HSL color Cylindrical-coordinate representation of color #853F82: hue angle of 302.57º 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 #853F82 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 63 130 -
CMYK 0 0.53 0.02 0.48
HSL 302.57º 0.36% 0.38% -
HSV(B) 302.57º 0.53% 0.52% -
XYZ 15.48 10.15 22.26 -
YUV 91.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 133 63 130 0 0.53 0.02 0.48 302.57 0.36 0.38
Hex 85 3F 82 0 35 2 30 12F 24 26
Octal 205 77 202 0 65 2 60 457 44 46
Binary 10000101 111111 10000010 0 110101 10 110000 100101111 100100 100110

Color Harmonies of #853F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F82

Black with #853F82

Text Example


Text Example

White with #853F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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