Html Css Color HEX #853B81 Vivid Violet

📋 copy color: '#853B81'

red 133 ◦ green 59 ◦ blue 129

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

Shades of Vivid Violet #853B81

Tints of Vivid Violet #853B81

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.38%

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

R = 41.43%
G = 18.38%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#853B81 (or 0x853B81) is known color: Vivid Violet. HEX triplet: 85, 3B and 81. RGB value is (133,59,129). Sum of RGB (Red+Green+Blue) = 133+59+129=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #853B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853B81 is #7AC47E. Grayscale: #585858. Windows color (decimal): -8045695 or 8469381. OLE color: 8469381.

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

Color convert

RGB 133 59 129 -
CMYK 0 0.56 0.03 0.48
HSL 303.24º 0.39% 0.38% -
HSV(B) 303.24º 0.56% 0.52% -
XYZ 15.2 9.7 21.84 -
YUV 89.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 133 59 129 0 0.56 0.03 0.48 303.24 0.39 0.38
Hex 85 3B 81 0 38 3 30 12F 27 26
Octal 205 73 201 0 70 3 60 457 47 46
Binary 10000101 111011 10000001 0 111000 11 110000 100101111 100111 100110

Color Harmonies of #853B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853B81

Black with #853B81

Text Example


Text Example

White with #853B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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