Html Css Color HEX #8516AF Dark Violet

📋 copy color: '#8516AF'

red 133 ◦ green 22 ◦ blue 175

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

Shades of Dark Violet #8516AF

Tints of Dark Violet #8516AF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.67%

 BLUE value IS 175 (68.75% from 255) = 53.03%

R = 40.3%
G = 6.67%
B = 53.03%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8516AF (or 0x8516AF) is known color: Dark Violet. HEX triplet: 85, 16 and AF. RGB value is (133,22,175). Sum of RGB (Red+Green+Blue) = 133+22+175=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #8516AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8516AF is #7AE950. Grayscale: #484848. Windows color (decimal): -8055121 or 11474565. OLE color: 11474565.

HSL color Cylindrical-coordinate representation of color #8516AF: hue angle of 283.53º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8516AF is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 22 175 -
CMYK 0.24 0.87 0 0.31
HSL 283.53º 0.78% 0.39% -
HSV(B) 283.53º 0.87% 0.69% -
XYZ 17.7 8.66 41.3 -
YUV 72.63 185.77 171.06 -
System Red Green Blue C M Y K H S L
Decimal 133 22 175 0.24 0.87 0 0.31 283.53 0.78 0.39
Hex 85 16 AF 18 57 0 1F 11C 4E 27
Octal 205 26 257 30 127 0 37 434 116 47
Binary 10000101 10110 10101111 11000 1010111 0 11111 100011100 1001110 100111

Color Harmonies of #8516AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8516AF

Black with #8516AF

Text Example


Text Example

White with #8516AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8516AF; }

 p { color: rgb(133,22,175); }

 H1.HeaderClassName
 {
   color: #8516AF;
 }
 .AnyTagClassName
 {
   color: #8516AF;
 }
</style>

background-color css

<style>
 a { background-color: #8516AF; }

 a { background-color: rgb(133,22,175); }

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

border-color css

<style>
 span { border-color: #8516AF; }

 span { border-color: rgb(133,22,175); }

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