#8712CF

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

Shades of Dark Violet #8712CF

Tints of Dark Violet #8712CF

Color information

#8712CF (or 0x8712CF) is unknown color: approx Dark Violet. HEX triplet: 87, 12 and CF. RGB value is (135,18,207). Sum of RGB (Red+Green+Blue) = 135+18+207=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #8712CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8712CF is #78ED30. Grayscale: #494949. Windows color (decimal): -7925041 or 13570695. OLE color: 13570695.

HSL color Cylindrical-coordinate representation of color #8712CF: hue angle of 277.14º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8712CF is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13518207-
CMYK0.350.9100.19
HSL277.14º84%44.12%-
HSV(B)277.14º91.3%81.18%-
XYZ21.4710.0959.85-
YUV74.53202.76171.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.5%
GREEN value IS 18 (7.42% from 255) = 5%
BLUE value IS 207 (81.25% from 255) = 57.5%
R=37.5%
G=5%
B=57.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal135182070.350.9100.19277.148444.12
Hex8712CF235B013115542c
Octal207223174313302342512454
Binary10000111100101100111110001110110110100111000101011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8712CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8712CF; }

 p { color: rgb(135,18,207); }

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

<style>
 a { background-color: #8712CF; }

 a { background-color: rgb(135,18,207); }

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

<style>
 span { border-color: #8712CF; }

 span { border-color: rgb(135,18,207); }

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