#8915D8

Color #8915D8 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8915D8

Tints of Blue Violet #8915D8

Color information

#8915D8 (or 0x8915D8) is unknown color: approx Blue Violet. HEX triplet: 89, 15 and D8. RGB value is (137,21,216). Sum of RGB (Red+Green+Blue) = 137+21+216=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 216 (84.77% from 255 or 57.75% from 374); Max value from RGB is 216 - color contains mainly: blue. Hex color #8915D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8915D8 is #76EA27. Grayscale: #4D4D4D. Windows color (decimal): -7793192 or 14161289. OLE color: 14161289.

HSL color Cylindrical-coordinate representation of color #8915D8: hue angle of 275.69º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8915D8 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13721216-
CMYK0.370.9000.15
HSL275.69º82.28%46.47%-
HSV(B)275.69º90.28%84.71%-
XYZ22.9810.8165.84-
YUV77.91205.93170.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.63%
GREEN value IS 21 (8.59% from 255) = 5.61%
BLUE value IS 216 (84.77% from 255) = 57.75%
R=36.63%
G=5.61%
B=57.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal137212160.370.9000.15275.6982.2846.47
Hex8915D8255A0F114522e
Octal211253304513201742412256
Binary1000100110101110110001001011011010011111000101001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8915D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8915D8; }

 p { color: rgb(137,21,216); }

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

<style>
 a { background-color: #8915D8; }

 a { background-color: rgb(137,21,216); }

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

<style>
 span { border-color: #8915D8; }

 span { border-color: rgb(137,21,216); }

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