Html Css Color HEX #853BA8 Vivid Violet

📋 copy color: '#853BA8'

red 133 ◦ green 59 ◦ blue 168

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

Shades of Vivid Violet #853BA8

Tints of Vivid Violet #853BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.67%

R = 36.94%
G = 16.39%
B = 46.67%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#853BA8 (or 0x853BA8) is known color: Vivid Violet. HEX triplet: 85, 3B and A8. RGB value is (133,59,168). Sum of RGB (Red+Green+Blue) = 133+59+168=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 168 - color contains mainly: blue. Hex color #853BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853BA8 is #7AC457. Grayscale: #5D5D5D. Windows color (decimal): -8045656 or 11025285. OLE color: 11025285.

HSL color Cylindrical-coordinate representation of color #853BA8: hue angle of 280.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #853BA8 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 133 59 168 -
CMYK 0.21 0.65 0 0.34
HSL 280.73º 0.48% 0.45% -
HSV(B) 280.73º 0.65% 0.66% -
XYZ 18.3 10.94 38.19 -
YUV 93.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 133 59 168 0.21 0.65 0 0.34 280.73 0.48 0.45
Hex 85 3B A8 15 41 0 22 119 30 2D
Octal 205 73 250 25 101 0 42 431 60 55
Binary 10000101 111011 10101000 10101 1000001 0 100010 100011001 110000 101101

Color Harmonies of #853BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853BA8

Black with #853BA8

Text Example


Text Example

White with #853BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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