#9915B1

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

Shades of Dark Violet #9915B1

Tints of Dark Violet #9915B1

Color information

#9915B1 (or 0x9915B1) is unknown color: approx Dark Violet. HEX triplet: 99, 15 and B1. RGB value is (153,21,177). Sum of RGB (Red+Green+Blue) = 153+21+177=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 177 (69.53% from 255 or 50.43% from 351); Max value from RGB is 177 - color contains mainly: blue. Hex color #9915B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9915B1 is #66EA4E. Grayscale: #4D4D4D. Windows color (decimal): -6744655 or 11605401. OLE color: 11605401.

HSL color Cylindrical-coordinate representation of color #9915B1: hue angle of 290.77º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9915B1 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15321177-
CMYK0.140.8800.31
HSL290.77º78.79%38.82%-
HSV(B)290.77º88.14%69.41%-
XYZ21.3410.4842.49-
YUV78.25183.73181.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.59%
GREEN value IS 21 (8.59% from 255) = 5.98%
BLUE value IS 177 (69.53% from 255) = 50.43%
R=43.59%
G=5.98%
B=50.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153211770.140.8800.31290.7778.7938.82
Hex9915B1E5801F1234f27
Octal231252611613003744311747
Binary100110011010110110001111010110000111111001000111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9915B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9915B1; }

 p { color: rgb(153,21,177); }

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

<style>
 a { background-color: #9915B1; }

 a { background-color: rgb(153,21,177); }

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

<style>
 span { border-color: #9915B1; }

 span { border-color: rgb(153,21,177); }

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