Html Css Color HEX #853C83 Vivid Violet

📋 copy color: '#853C83'

red 133 ◦ green 60 ◦ blue 131

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

Shades of Vivid Violet #853C83

Tints of Vivid Violet #853C83

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.52%

 BLUE value IS 131 (51.56% from 255) = 40.43%

R = 41.05%
G = 18.52%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#853C83 (or 0x853C83) is known color: Vivid Violet. HEX triplet: 85, 3C and 83. RGB value is (133,60,131). Sum of RGB (Red+Green+Blue) = 133+60+131=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #853C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853C83 is #7AC37C. Grayscale: #595959. Windows color (decimal): -8045437 or 8600709. OLE color: 8600709.

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

Color convert

RGB 133 60 131 -
CMYK 0 0.55 0.02 0.48
HSL 301.64º 0.38% 0.38% -
HSV(B) 301.64º 0.55% 0.52% -
XYZ 15.39 9.86 22.56 -
YUV 89.92 151.18 158.73 -
System Red Green Blue C M Y K H S L
Decimal 133 60 131 0 0.55 0.02 0.48 301.64 0.38 0.38
Hex 85 3C 83 0 37 2 30 12E 26 26
Octal 205 74 203 0 67 2 60 456 46 46
Binary 10000101 111100 10000011 0 110111 10 110000 100101110 100110 100110

Color Harmonies of #853C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C83

Black with #853C83

Text Example


Text Example

White with #853C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,60,131); }

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

background-color css

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

 a { background-color: rgb(133,60,131); }

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

border-color css

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

 span { border-color: rgb(133,60,131); }

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