#8912BE

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

Shades of Dark Violet #8912BE

Tints of Dark Violet #8912BE

Color information

#8912BE (or 0x8912BE) is unknown color: approx Dark Violet. HEX triplet: 89, 12 and BE. RGB value is (137,18,190). Sum of RGB (Red+Green+Blue) = 137+18+190=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #8912BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8912BE is #76ED41. Grayscale: #484848. Windows color (decimal): -7793986 or 12456585. OLE color: 12456585.

HSL color Cylindrical-coordinate representation of color #8912BE: hue angle of 281.51º 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 #8912BE is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13718190-
CMYK0.280.9100.25
HSL281.51º82.69%40.78%-
HSV(B)281.51º90.53%74.51%-
XYZ19.839.4749.5-
YUV73.19193.92173.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.71%
GREEN value IS 18 (7.42% from 255) = 5.22%
BLUE value IS 190 (74.61% from 255) = 55.07%
R=39.71%
G=5.22%
B=55.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137181900.280.9100.25281.5182.6940.78
Hex8912BE1C5B01911a5329
Octal211222763413303143212351
Binary1000100110010101111101110010110110110011000110101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8912BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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