#8410B3

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

Shades of Dark Violet #8410B3

Tints of Dark Violet #8410B3

Color information

#8410B3 (or 0x8410B3) is unknown color: approx Dark Violet. HEX triplet: 84, 10 and B3. RGB value is (132,16,179). Sum of RGB (Red+Green+Blue) = 132+16+179=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 179 (70.31% from 255 or 54.74% from 327); Max value from RGB is 179 - color contains mainly: blue. Hex color #8410B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8410B3 is #7BEF4C. Grayscale: #444444. Windows color (decimal): -8122189 or 11735172. OLE color: 11735172.

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

Color convert

RGB13216179-
CMYK0.260.9100.30
HSL282.7º83.59%38.24%-
HSV(B)282.7º91.06%70.2%-
XYZ17.848.5343.35-
YUV69.27189.93172.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 16 (6.64% from 255) = 4.89%
BLUE value IS 179 (70.31% from 255) = 54.74%
R=40.37%
G=4.89%
B=54.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal132161790.260.9100.30282.783.5938.24
Hex8410B31A5B01E11b5426
Octal204202633213303643312446
Binary1000010010000101100111101010110110111101000110111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8410B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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