Html Css Color HEX #853F84 Vivid Violet

📋 copy color: '#853F84'

red 133 ◦ green 63 ◦ blue 132

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

Shades of Vivid Violet #853F84

Tints of Vivid Violet #853F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.24%

R = 40.55%
G = 19.21%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#853F84 (or 0x853F84) is known color: Vivid Violet. HEX triplet: 85, 3F and 84. RGB value is (133,63,132). Sum of RGB (Red+Green+Blue) = 133+63+132=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #853F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853F84 is #7AC07B. Grayscale: #5B5B5B. Windows color (decimal): -8044668 or 8667013. OLE color: 8667013.

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

Color convert

RGB 133 63 132 -
CMYK 0 0.53 0.01 0.48
HSL 300.86º 0.36% 0.38% -
HSV(B) 300.86º 0.53% 0.52% -
XYZ 15.62 10.21 22.98 -
YUV 91.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 133 63 132 0 0.53 0.01 0.48 300.86 0.36 0.38
Hex 85 3F 84 0 35 1 30 12D 24 26
Octal 205 77 204 0 65 1 60 455 44 46
Binary 10000101 111111 10000100 0 110101 1 110000 100101101 100100 100110

Color Harmonies of #853F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F84

Black with #853F84

Text Example


Text Example

White with #853F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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