#8915B7

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

Shades of Dark Violet #8915B7

Tints of Dark Violet #8915B7

Color information

#8915B7 (or 0x8915B7) is unknown color: approx Dark Violet. HEX triplet: 89, 15 and B7. RGB value is (137,21,183). Sum of RGB (Red+Green+Blue) = 137+21+183=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 183 (71.88% from 255 or 53.67% from 341); Max value from RGB is 183 - color contains mainly: blue. Hex color #8915B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8915B7 is #76EA48. Grayscale: #494949. Windows color (decimal): -7793225 or 11998601. OLE color: 11998601.

HSL color Cylindrical-coordinate representation of color #8915B7: hue angle of 282.96º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8915B7 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13721183-
CMYK0.250.8900.28
HSL282.96º79.41%40%-
HSV(B)282.96º88.52%71.76%-
XYZ19.139.2745.58-
YUV74.15189.43172.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 21 (8.59% from 255) = 6.16%
BLUE value IS 183 (71.88% from 255) = 53.67%
R=40.18%
G=6.16%
B=53.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal137211830.250.8900.28282.9679.4140
Hex8915B7195901C11b4f28
Octal211252673113103443311750
Binary1000100110101101101111100110110010111001000110111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8915B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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