#8408B3

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

Shades of Dark Violet #8408B3

Tints of Dark Violet #8408B3

Color information

#8408B3 (or 0x8408B3) is unknown color: approx Dark Violet. HEX triplet: 84, 08 and B3. RGB value is (132,8,179). Sum of RGB (Red+Green+Blue) = 132+8+179=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 179 (70.31% from 255 or 56.11% from 319); Max value from RGB is 179 - color contains mainly: blue. Hex color #8408B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8408B3 is #7BF74C. Grayscale: #404040. Windows color (decimal): -8124237 or 11733124. OLE color: 11733124.

HSL color Cylindrical-coordinate representation of color #8408B3: hue angle of 283.51º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8408B3 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1328179-
CMYK0.260.9600.30
HSL283.51º91.44%36.67%-
HSV(B)283.51º95.53%70.2%-
XYZ17.748.3343.32-
YUV64.57192.58176.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 8 (3.52% from 255) = 2.51%
BLUE value IS 179 (70.31% from 255) = 56.11%
R=41.38%
G=2.51%
B=56.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal13281790.260.9600.30283.5191.4436.67
Hex848B31A6001E11c5b25
Octal204102633214003643413345
Binary100001001000101100111101011000000111101000111001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8408B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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