Html Css Color HEX #853AAC Vivid Violet

📋 copy color: '#853AAC'

red 133 ◦ green 58 ◦ blue 172

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

Shades of Vivid Violet #853AAC

Tints of Vivid Violet #853AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 36.64%
G = 15.98%
B = 47.38%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#853AAC (or 0x853AAC) is known color: Vivid Violet. HEX triplet: 85, 3A and AC. RGB value is (133,58,172). Sum of RGB (Red+Green+Blue) = 133+58+172=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #853AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853AAC is #7AC553. Grayscale: #5D5D5D. Windows color (decimal): -8045908 or 11287173. OLE color: 11287173.

HSL color Cylindrical-coordinate representation of color #853AAC: hue angle of 279.47º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #853AAC is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 58 172 -
CMYK 0.23 0.66 0 0.33
HSL 279.47º 0.5% 0.45% -
HSV(B) 279.47º 0.66% 0.67% -
XYZ 18.63 10.99 40.17 -
YUV 93.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 133 58 172 0.23 0.66 0 0.33 279.47 0.5 0.45
Hex 85 3A AC 17 42 0 21 117 32 2D
Octal 205 72 254 27 102 0 41 427 62 55
Binary 10000101 111010 10101100 10111 1000010 0 100001 100010111 110010 101101

Color Harmonies of #853AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853AAC

Black with #853AAC

Text Example


Text Example

White with #853AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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