#8700CC

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

Shades of Dark Violet #8700CC

Tints of Dark Violet #8700CC

Color information

#8700CC (or 0x8700CC) is unknown color: approx Dark Violet. HEX triplet: 87, 00 and CC. RGB value is (135,0,204). Sum of RGB (Red+Green+Blue) = 135+0+204=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #8700CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8700CC is #78FF33. Grayscale: #3E3E3E. Windows color (decimal): -7929652 or 13369479. OLE color: 13369479.

HSL color Cylindrical-coordinate representation of color #8700CC: hue angle of 279.71º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8700CC is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1350204-
CMYK0.34100.2
HSL279.71º100%40%-
HSV(B)279.71º100%80%-
XYZ20.899.5157.86-
YUV63.62207.23178.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 60.18%
R=39.82%
G=0%
B=60.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal13502040.34100.2279.7110040
Hex870CC22640141186428
Octal20703144214402443014450
Binary1000011101100110010001011001000101001000110001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8700CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8700CC; }

 p { color: rgb(135,0,204); }

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

<style>
 a { background-color: #8700CC; }

 a { background-color: rgb(135,0,204); }

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

<style>
 span { border-color: #8700CC; }

 span { border-color: rgb(135,0,204); }

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