#9416BB

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

Shades of Dark Violet #9416BB

Tints of Dark Violet #9416BB

Color information

#9416BB (or 0x9416BB) is unknown color: approx Dark Violet. HEX triplet: 94, 16 and BB. RGB value is (148,22,187). Sum of RGB (Red+Green+Blue) = 148+22+187=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #9416BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9416BB is #6BE944. Grayscale: #4D4D4D. Windows color (decimal): -7072069 or 12261012. OLE color: 12261012.

HSL color Cylindrical-coordinate representation of color #9416BB: hue angle of 285.82º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9416BB is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14822187-
CMYK0.210.8800.27
HSL285.82º78.95%40.98%-
HSV(B)285.82º88.24%73.33%-
XYZ21.4710.4647.9-
YUV78.48189.24177.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.46%
GREEN value IS 22 (8.98% from 255) = 6.16%
BLUE value IS 187 (73.44% from 255) = 52.38%
R=41.46%
G=6.16%
B=52.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148221870.210.8800.27285.8278.9540.98
Hex9416BB155801B11e4f29
Octal224262732513003343611751
Binary1001010010110101110111010110110000110111000111101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9416BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9416BB; }

 p { color: rgb(148,22,187); }

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

<style>
 a { background-color: #9416BB; }

 a { background-color: rgb(148,22,187); }

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

<style>
 span { border-color: #9416BB; }

 span { border-color: rgb(148,22,187); }

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