Html Css Color HEX #8413B5 Dark Violet

📋 copy color: '#8413B5'

red 132 ◦ green 19 ◦ blue 181

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

Shades of Dark Violet #8413B5

Tints of Dark Violet #8413B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 54.52%

R = 39.76%
G = 5.72%
B = 54.52%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8413B5 (or 0x8413B5) is known color: Dark Violet. HEX triplet: 84, 13 and B5. RGB value is (132,19,181). Sum of RGB (Red+Green+Blue) = 132+19+181=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 181 (71.09% from 255 or 54.52% from 332); Max value from RGB is 181 - color contains mainly: blue. Hex color #8413B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8413B5 is #7BEC4A. Grayscale: #464646. Windows color (decimal): -8121419 or 11867012. OLE color: 11867012.

HSL color Cylindrical-coordinate representation of color #8413B5: hue angle of 281.85º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8413B5 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 19 181 -
CMYK 0.27 0.90 0 0.29
HSL 281.85º 0.81% 0.39% -
HSV(B) 281.85º 0.9% 0.71% -
XYZ 18.09 8.71 44.44 -
YUV 71.26 189.94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 132 19 181 0.27 0.90 0 0.29 281.85 0.81 0.39
Hex 84 13 B5 1B 5A 0 1D 11A 51 27
Octal 204 23 265 33 132 0 35 432 121 47
Binary 10000100 10011 10110101 11011 1011010 0 11101 100011010 1010001 100111

Color Harmonies of #8413B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8413B5

Black with #8413B5

Text Example


Text Example

White with #8413B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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