#8704EC

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

Shades of Dark Violet #8704EC

Tints of Dark Violet #8704EC

Color information

#8704EC (or 0x8704EC) is unknown color: approx Dark Violet. HEX triplet: 87, 04 and EC. RGB value is (135,4,236). Sum of RGB (Red+Green+Blue) = 135+4+236=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #8704EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8704EC is #78FB13. Grayscale: #444444. Windows color (decimal): -7928596 or 15467655. OLE color: 15467655.

HSL color Cylindrical-coordinate representation of color #8704EC: hue angle of 273.88º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8704EC is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1354236-
CMYK0.430.9800.07
HSL273.88º96.67%47.06%-
HSV(B)273.88º98.31%92.55%-
XYZ25.1811.2980.21-
YUV69.62221.9174.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36%
GREEN value IS 4 (1.95% from 255) = 1.07%
BLUE value IS 236 (92.58% from 255) = 62.93%
R=36%
G=1.07%
B=62.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal13542360.430.9800.07273.8896.6747.06
Hex874EC2B6207112612f
Octal2074354531420742214157
Binary1000011110011101100101011110001001111000100101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8704EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8704EC; }

 p { color: rgb(135,4,236); }

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

<style>
 a { background-color: #8704EC; }

 a { background-color: rgb(135,4,236); }

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

<style>
 span { border-color: #8704EC; }

 span { border-color: rgb(135,4,236); }

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