#8912D7

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

Shades of Dark Violet #8912D7

Tints of Dark Violet #8912D7

Color information

#8912D7 (or 0x8912D7) is unknown color: approx Dark Violet. HEX triplet: 89, 12 and D7. RGB value is (137,18,215). Sum of RGB (Red+Green+Blue) = 137+18+215=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 215 (84.38% from 255 or 58.11% from 370); Max value from RGB is 215 - color contains mainly: blue. Hex color #8912D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8912D7 is #76ED28. Grayscale: #4B4B4B. Windows color (decimal): -7793961 or 14094985. OLE color: 14094985.

HSL color Cylindrical-coordinate representation of color #8912D7: hue angle of 276.24º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8912D7 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13718215-
CMYK0.360.9200.16
HSL276.24º84.55%45.69%-
HSV(B)276.24º91.63%84.31%-
XYZ22.810.6665.15-
YUV76.04206.42171.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.03%
GREEN value IS 18 (7.42% from 255) = 4.86%
BLUE value IS 215 (84.38% from 255) = 58.11%
R=37.03%
G=4.86%
B=58.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal137182150.360.9200.16276.2484.5545.69
Hex8912D7245C010114552e
Octal211223274413402042412556
Binary10001001100101101011110010010111000100001000101001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8912D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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