Html Css Color HEX #853AAB Vivid Violet

📋 copy color: '#853AAB'

red 133 ◦ green 58 ◦ blue 171

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

Shades of Vivid Violet #853AAB

Tints of Vivid Violet #853AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 36.74%
G = 16.02%
B = 47.24%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#853AAB (or 0x853AAB) is known color: Vivid Violet. HEX triplet: 85, 3A and AB. RGB value is (133,58,171). Sum of RGB (Red+Green+Blue) = 133+58+171=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #853AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853AAB is #7AC554. Grayscale: #5C5C5C. Windows color (decimal): -8045909 or 11221637. OLE color: 11221637.

HSL color Cylindrical-coordinate representation of color #853AAB: hue angle of 279.82º degrees, saturation: 0.49, 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 #853AAB is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 58 171 -
CMYK 0.22 0.66 0 0.33
HSL 279.82º 0.49% 0.45% -
HSV(B) 279.82º 0.66% 0.67% -
XYZ 18.54 10.95 39.67 -
YUV 93.31 171.85 156.31 -
System Red Green Blue C M Y K H S L
Decimal 133 58 171 0.22 0.66 0 0.33 279.82 0.49 0.45
Hex 85 3A AB 16 42 0 21 118 31 2D
Octal 205 72 253 26 102 0 41 430 61 55
Binary 10000101 111010 10101011 10110 1000010 0 100001 100011000 110001 101101

Color Harmonies of #853AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853AAB

Black with #853AAB

Text Example


Text Example

White with #853AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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