#8407BB

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

Shades of Dark Violet #8407BB

Tints of Dark Violet #8407BB

Color information

#8407BB (or 0x8407BB) is unknown color: approx Dark Violet. HEX triplet: 84, 07 and BB. RGB value is (132,7,187). Sum of RGB (Red+Green+Blue) = 132+7+187=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #8407BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8407BB is #7BF844. Grayscale: #404040. Windows color (decimal): -8124485 or 12257156. OLE color: 12257156.

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

Color convert

RGB1327187-
CMYK0.290.9600.27
HSL281.67º92.78%38.04%-
HSV(B)281.67º96.26%73.33%-
XYZ18.568.6547.7-
YUV64.9196.91175.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 7 (3.12% from 255) = 2.15%
BLUE value IS 187 (73.44% from 255) = 57.36%
R=40.49%
G=2.15%
B=57.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13271870.290.9600.27281.6792.7838.04
Hex847BB1D6001B11a5d26
Octal20472733514003343213546
Binary10000100111101110111110111000000110111000110101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8407BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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