#9116B3

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

Shades of Dark Violet #9116B3

Tints of Dark Violet #9116B3

Color information

#9116B3 (or 0x9116B3) is unknown color: approx Dark Violet. HEX triplet: 91, 16 and B3. RGB value is (145,22,179). Sum of RGB (Red+Green+Blue) = 145+22+179=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 179 (70.31% from 255 or 51.73% from 346); Max value from RGB is 179 - color contains mainly: blue. Hex color #9116B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9116B3 is #6EE94C. Grayscale: #4C4C4C. Windows color (decimal): -7268685 or 11736721. OLE color: 11736721.

HSL color Cylindrical-coordinate representation of color #9116B3: hue angle of 287.01º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9116B3 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14522179-
CMYK0.190.8800.30
HSL287.01º78.11%39.41%-
HSV(B)287.01º87.71%70.2%-
XYZ20.19.8543.49-
YUV76.68185.75176.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.91%
GREEN value IS 22 (8.98% from 255) = 6.36%
BLUE value IS 179 (70.31% from 255) = 51.73%
R=41.91%
G=6.36%
B=51.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal145221790.190.8800.30287.0178.1139.41
Hex9116B3135801E11f4e27
Octal221262632313003643711647
Binary1001000110110101100111001110110000111101000111111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9116B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9116B3; }

 p { color: rgb(145,22,179); }

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

<style>
 a { background-color: #9116B3; }

 a { background-color: rgb(145,22,179); }

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

<style>
 span { border-color: #9116B3; }

 span { border-color: rgb(145,22,179); }

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