Html Css Color HEX #8413AF Dark Violet

📋 copy color: '#8413AF'

red 132 ◦ green 19 ◦ blue 175

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

Shades of Dark Violet #8413AF

Tints of Dark Violet #8413AF

RGB

 RED value IS 132 (51.95% from 255) = 40.49%

 GREEN value IS 19 (7.81% from 255) = 5.83%

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

R = 40.49%
G = 5.83%
B = 53.68%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8413AF (or 0x8413AF) is known color: Dark Violet. HEX triplet: 84, 13 and AF. RGB value is (132,19,175). Sum of RGB (Red+Green+Blue) = 132+19+175=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #8413AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8413AF is #7BEC50. Grayscale: #464646. Windows color (decimal): -8121425 or 11473796. OLE color: 11473796.

HSL color Cylindrical-coordinate representation of color #8413AF: hue angle of 283.46º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8413AF is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 19 175 -
CMYK 0.25 0.89 0 0.31
HSL 283.46º 0.8% 0.38% -
HSV(B) 283.46º 0.89% 0.69% -
XYZ 17.49 8.47 41.27 -
YUV 70.57 186.94 171.82 -
System Red Green Blue C M Y K H S L
Decimal 132 19 175 0.25 0.89 0 0.31 283.46 0.8 0.38
Hex 84 13 AF 19 59 0 1F 11B 50 26
Octal 204 23 257 31 131 0 37 433 120 46
Binary 10000100 10011 10101111 11001 1011001 0 11111 100011011 1010000 100110

Color Harmonies of #8413AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8413AF

Black with #8413AF

Text Example


Text Example

White with #8413AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,19,175); }

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

background-color css

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

 a { background-color: rgb(132,19,175); }

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

border-color css

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

 span { border-color: rgb(132,19,175); }

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