#8407BD

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

Shades of Dark Violet #8407BD

Tints of Dark Violet #8407BD

Color information

#8407BD (or 0x8407BD) is unknown color: approx Dark Violet. HEX triplet: 84, 07 and BD. RGB value is (132,7,189). Sum of RGB (Red+Green+Blue) = 132+7+189=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #8407BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8407BD is #7BF842. Grayscale: #404040. Windows color (decimal): -8124483 or 12388228. OLE color: 12388228.

HSL color Cylindrical-coordinate representation of color #8407BD: hue angle of 281.21º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8407BD is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1327189-
CMYK0.300.9600.26
HSL281.21º92.86%38.43%-
HSV(B)281.21º96.3%74.12%-
XYZ18.788.7348.84-
YUV65.12197.91175.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 7 (3.12% from 255) = 2.13%
BLUE value IS 189 (74.22% from 255) = 57.62%
R=40.24%
G=2.13%
B=57.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13271890.300.9600.26281.2192.8638.43
Hex847BD1E6001A1195d26
Octal20472753614003243113546
Binary10000100111101111011111011000000110101000110011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8407BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8407BD; }

 p { color: rgb(132,7,189); }

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

<style>
 a { background-color: #8407BD; }

 a { background-color: rgb(132,7,189); }

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

<style>
 span { border-color: #8407BD; }

 span { border-color: rgb(132,7,189); }

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