#8704CA

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

Shades of Dark Violet #8704CA

Tints of Dark Violet #8704CA

Color information

#8704CA (or 0x8704CA) is unknown color: approx Dark Violet. HEX triplet: 87, 04 and CA. RGB value is (135,4,202). Sum of RGB (Red+Green+Blue) = 135+4+202=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #8704CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8704CA is #78FB35. Grayscale: #414141. Windows color (decimal): -7928630 or 13239431. OLE color: 13239431.

HSL color Cylindrical-coordinate representation of color #8704CA: hue angle of 279.7º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8704CA is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1354202-
CMYK0.330.9800.21
HSL279.7º96.12%40.39%-
HSV(B)279.7º98.02%79.22%-
XYZ20.79.556.62-
YUV65.74204.9177.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.59%
GREEN value IS 4 (1.95% from 255) = 1.17%
BLUE value IS 202 (79.30% from 255) = 59.24%
R=39.59%
G=1.17%
B=59.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal13542020.330.9800.21279.796.1240.39
Hex874CA21620151186028
Octal20743124114202543014050
Binary100001111001100101010000111000100101011000110001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8704CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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