#8407EE

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

Shades of Dark Violet #8407EE

Tints of Dark Violet #8407EE

Color information

#8407EE (or 0x8407EE) is unknown color: approx Dark Violet. HEX triplet: 84, 07 and EE. RGB value is (132,7,238). Sum of RGB (Red+Green+Blue) = 132+7+238=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #8407EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8407EE is #7BF811. Grayscale: #454545. Windows color (decimal): -8124434 or 15599492. OLE color: 15599492.

HSL color Cylindrical-coordinate representation of color #8407EE: hue angle of 272.47º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8407EE is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1327238-
CMYK0.450.9700.07
HSL272.47º94.29%48.04%-
HSV(B)272.47º97.06%93.33%-
XYZ25.0211.2381.74-
YUV70.71222.41171.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 7 (3.12% from 255) = 1.86%
BLUE value IS 238 (93.36% from 255) = 63.13%
R=35.01%
G=1.86%
B=63.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal13272380.450.9700.07272.4794.2948.04
Hex847EE2D61071105e30
Octal2047356551410742013660
Binary1000010011111101110101101110000101111000100001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8407EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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