Html Css Color HEX #853BAB Vivid Violet

📋 copy color: '#853BAB'

red 133 ◦ green 59 ◦ blue 171

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

Shades of Vivid Violet #853BAB

Tints of Vivid Violet #853BAB

RGB

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

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

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

R = 36.64%
G = 16.25%
B = 47.11%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#853BAB (or 0x853BAB) is known color: Vivid Violet. HEX triplet: 85, 3B and AB. RGB value is (133,59,171). Sum of RGB (Red+Green+Blue) = 133+59+171=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #853BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853BAB is #7AC454. Grayscale: #5D5D5D. Windows color (decimal): -8045653 or 11221893. OLE color: 11221893.

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

Color convert

RGB 133 59 171 -
CMYK 0.22 0.65 0 0.33
HSL 279.64º 0.49% 0.45% -
HSV(B) 279.64º 0.65% 0.67% -
XYZ 18.59 11.05 39.68 -
YUV 93.89 171.52 155.89 -
System Red Green Blue C M Y K H S L
Decimal 133 59 171 0.22 0.65 0 0.33 279.64 0.49 0.45
Hex 85 3B AB 16 41 0 21 118 31 2D
Octal 205 73 253 26 101 0 41 430 61 55
Binary 10000101 111011 10101011 10110 1000001 0 100001 100011000 110001 101101

Color Harmonies of #853BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853BAB

Black with #853BAB

Text Example


Text Example

White with #853BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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