#8712D5

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

Shades of Dark Violet #8712D5

Tints of Dark Violet #8712D5

Color information

#8712D5 (or 0x8712D5) is unknown color: approx Dark Violet. HEX triplet: 87, 12 and D5. RGB value is (135,18,213). Sum of RGB (Red+Green+Blue) = 135+18+213=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 213 (83.59% from 255 or 58.20% from 366); Max value from RGB is 213 - color contains mainly: blue. Hex color #8712D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8712D5 is #78ED2A. Grayscale: #4A4A4A. Windows color (decimal): -7925035 or 13963911. OLE color: 13963911.

HSL color Cylindrical-coordinate representation of color #8712D5: hue angle of 276º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8712D5 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13518213-
CMYK0.370.9200.16
HSL276º84.42%45.29%-
HSV(B)276º91.55%83.53%-
XYZ22.2210.3963.78-
YUV75.21205.76170.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 18 (7.42% from 255) = 4.92%
BLUE value IS 213 (83.59% from 255) = 58.20%
R=36.89%
G=4.92%
B=58.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal135182130.370.9200.1627684.4245.29
Hex8712D5255C010114542d
Octal207223254513402042412455
Binary10000111100101101010110010110111000100001000101001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8712D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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