#9116C4

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

Shades of Dark Violet #9116C4

Tints of Dark Violet #9116C4

Color information

#9116C4 (or 0x9116C4) is unknown color: approx Dark Violet. HEX triplet: 91, 16 and C4. RGB value is (145,22,196). Sum of RGB (Red+Green+Blue) = 145+22+196=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 196 (76.95% from 255 or 53.99% from 363); Max value from RGB is 196 - color contains mainly: blue. Hex color #9116C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9116C4 is #6EE93B. Grayscale: #4E4E4E. Windows color (decimal): -7268668 or 12850833. OLE color: 12850833.

HSL color Cylindrical-coordinate representation of color #9116C4: hue angle of 282.41º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9116C4 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14522196-
CMYK0.260.8900.23
HSL282.41º79.82%42.75%-
HSV(B)282.41º88.78%76.86%-
XYZ21.9310.5853.11-
YUV78.61194.25175.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.94%
GREEN value IS 22 (8.98% from 255) = 6.06%
BLUE value IS 196 (76.95% from 255) = 53.99%
R=39.94%
G=6.06%
B=53.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal145221960.260.8900.23282.4179.8242.75
Hex9116C41A5901711a502b
Octal221263043213102743212053
Binary1001000110110110001001101010110010101111000110101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9116C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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