Html Css Color HEX #853A82 Vivid Violet

📋 copy color: '#853A82'

red 133 ◦ green 58 ◦ blue 130

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

Shades of Vivid Violet #853A82

Tints of Vivid Violet #853A82

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.07%

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

R = 41.43%
G = 18.07%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#853A82 (or 0x853A82) is known color: Vivid Violet. HEX triplet: 85, 3A and 82. RGB value is (133,58,130). Sum of RGB (Red+Green+Blue) = 133+58+130=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #853A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853A82 is #7AC57D. Grayscale: #585858. Windows color (decimal): -8045950 or 8534661. OLE color: 8534661.

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

Color convert

RGB 133 58 130 -
CMYK 0 0.56 0.02 0.48
HSL 302.4º 0.39% 0.37% -
HSV(B) 302.4º 0.56% 0.52% -
XYZ 15.22 9.62 22.17 -
YUV 88.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 133 58 130 0 0.56 0.02 0.48 302.4 0.39 0.37
Hex 85 3A 82 0 38 2 30 12E 27 25
Octal 205 72 202 0 70 2 60 456 47 45
Binary 10000101 111010 10000010 0 111000 10 110000 100101110 100111 100101

Color Harmonies of #853A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A82

Black with #853A82

Text Example


Text Example

White with #853A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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