#8408B1

Color #8408B1 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8408B1

Tints of Dark Violet #8408B1

Color information

#8408B1 (or 0x8408B1) is unknown color: approx Dark Violet. HEX triplet: 84, 08 and B1. RGB value is (132,8,177). Sum of RGB (Red+Green+Blue) = 132+8+177=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 177 (69.53% from 255 or 55.84% from 317); Max value from RGB is 177 - color contains mainly: blue. Hex color #8408B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8408B1 is #7BF74E. Grayscale: #3F3F3F. Windows color (decimal): -8124239 or 11602052. OLE color: 11602052.

HSL color Cylindrical-coordinate representation of color #8408B1: hue angle of 284.02º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8408B1 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1328177-
CMYK0.250.9500.31
HSL284.02º91.35%36.27%-
HSV(B)284.02º95.48%69.41%-
XYZ17.548.2542.26-
YUV64.34191.58176.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.64%
GREEN value IS 8 (3.52% from 255) = 2.52%
BLUE value IS 177 (69.53% from 255) = 55.84%
R=41.64%
G=2.52%
B=55.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13281770.250.9500.31284.0291.3536.27
Hex848B1195F01F11c5b24
Octal204102613113703743413344
Binary100001001000101100011100110111110111111000111001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8408B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8408B1; }

 p { color: rgb(132,8,177); }

 H1.HeaderClassName
 {
   color: #8408B1;
 }
 .AnyTagClassName
 {
   color: #8408B1;
 }
</style>
background-color css

<style>
 a { background-color: #8408B1; }

 a { background-color: rgb(132,8,177); }

 div.DivClassName
 {
   background-color: #8408B1;
 }
 .BgClassName
 {
   background-color: #8408B1;
 }
</style>
border-color css

<style>
 span { border-color: #8408B1; }

 span { border-color: rgb(132,8,177); }

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