#8412BB

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

Shades of Dark Violet #8412BB

Tints of Dark Violet #8412BB

Color information

#8412BB (or 0x8412BB) is unknown color: approx Dark Violet. HEX triplet: 84, 12 and BB. RGB value is (132,18,187). Sum of RGB (Red+Green+Blue) = 132+18+187=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #8412BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8412BB is #7BED44. Grayscale: #464646. Windows color (decimal): -8121669 or 12259972. OLE color: 12259972.

HSL color Cylindrical-coordinate representation of color #8412BB: hue angle of 280.47º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8412BB is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13218187-
CMYK0.290.9000.27
HSL280.47º82.44%40.2%-
HSV(B)280.47º90.37%73.33%-
XYZ18.78.9347.75-
YUV71.35193.27171.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.17%
GREEN value IS 18 (7.42% from 255) = 5.34%
BLUE value IS 187 (73.44% from 255) = 55.49%
R=39.17%
G=5.34%
B=55.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132181870.290.9000.27280.4782.4440.2
Hex8412BB1D5A01B1185228
Octal204222733513203343012250
Binary1000010010010101110111110110110100110111000110001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8412BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8412BB; }

 p { color: rgb(132,18,187); }

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

<style>
 a { background-color: #8412BB; }

 a { background-color: rgb(132,18,187); }

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

<style>
 span { border-color: #8412BB; }

 span { border-color: rgb(132,18,187); }

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