#8712BE

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

Shades of Dark Violet #8712BE

Tints of Dark Violet #8712BE

Color information

#8712BE (or 0x8712BE) is unknown color: approx Dark Violet. HEX triplet: 87, 12 and BE. RGB value is (135,18,190). Sum of RGB (Red+Green+Blue) = 135+18+190=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #8712BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8712BE is #78ED41. Grayscale: #484848. Windows color (decimal): -7925058 or 12456583. OLE color: 12456583.

HSL color Cylindrical-coordinate representation of color #8712BE: hue angle of 280.81º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8712BE is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13518190-
CMYK0.290.9100.25
HSL280.81º82.69%40.78%-
HSV(B)280.81º90.53%74.51%-
XYZ19.59.349.48-
YUV72.59194.26172.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 18 (7.42% from 255) = 5.25%
BLUE value IS 190 (74.61% from 255) = 55.39%
R=39.36%
G=5.25%
B=55.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135181900.290.9100.25280.8182.6940.78
Hex8712BE1D5B0191195329
Octal207222763513303143112351
Binary1000011110010101111101110110110110110011000110011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8712BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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