Html Css Color HEX #8517AB Vivid Violet

📋 copy color: '#8517AB'

red 133 ◦ green 23 ◦ blue 171

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

Shades of Vivid Violet #8517AB

Tints of Vivid Violet #8517AB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.03%

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

R = 40.67%
G = 7.03%
B = 52.29%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8517AB (or 0x8517AB) is known color: Vivid Violet. HEX triplet: 85, 17 and AB. RGB value is (133,23,171). Sum of RGB (Red+Green+Blue) = 133+23+171=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #8517AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8517AB is #7AE854. Grayscale: #484848. Windows color (decimal): -8054869 or 11212677. OLE color: 11212677.

HSL color Cylindrical-coordinate representation of color #8517AB: hue angle of 284.59º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8517AB is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 23 171 -
CMYK 0.22 0.87 0 0.33
HSL 284.59º 0.76% 0.38% -
HSV(B) 284.59º 0.87% 0.67% -
XYZ 17.33 8.54 39.26 -
YUV 72.76 183.44 170.97 -
System Red Green Blue C M Y K H S L
Decimal 133 23 171 0.22 0.87 0 0.33 284.59 0.76 0.38
Hex 85 17 AB 16 57 0 21 11D 4C 26
Octal 205 27 253 26 127 0 41 435 114 46
Binary 10000101 10111 10101011 10110 1010111 0 100001 100011101 1001100 100110

Color Harmonies of #8517AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8517AB

Black with #8517AB

Text Example


Text Example

White with #8517AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8517AB; }

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

 H1.HeaderClassName
 {
   color: #8517AB;
 }
 .AnyTagClassName
 {
   color: #8517AB;
 }
</style>

background-color css

<style>
 a { background-color: #8517AB; }

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

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

border-color css

<style>
 span { border-color: #8517AB; }

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

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