#8915c1

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

Shades of Dark Violet #8915C1

Tints of Dark Violet #8915C1

Color information

#8915C1 (or 0x8915C1) is unknown color: approx Dark Violet. HEX triplet: 89, 15 and C1. RGB value is (137,21,193). Sum of RGB (Red+Green+Blue) = 137+21+193=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 193 (75.78% from 255 or 54.99% from 351); Max value from RGB is 193 - color contains mainly: blue. Hex color #8915C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8915C1 is #76EA3E. Grayscale: #4A4A4A. Windows color (decimal): -7793215 or 12653961. OLE color: 12653961.

HSL color Cylindrical-coordinate representation of color #8915C1: hue angle of 280.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8915C1 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13721193-
CMYK0.290.8900.24
HSL280.47º80.37%41.96%-
HSV(B)280.47º89.12%75.69%-
XYZ20.219.751.26-
YUV75.29194.43172.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.03%
GREEN value IS 21 (8.59% from 255) = 5.98%
BLUE value IS 193 (75.78% from 255) = 54.99%
R=39.03%
G=5.98%
B=54.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal137211930.290.8900.24280.4780.3741.96
Hex8915C11D59018118502a
Octal211253013513103043012052
Binary1000100110101110000011110110110010110001000110001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8915c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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