#9316BB

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

Shades of Dark Violet #9316BB

Tints of Dark Violet #9316BB

Color information

#9316BB (or 0x9316BB) is unknown color: approx Dark Violet. HEX triplet: 93, 16 and BB. RGB value is (147,22,187). Sum of RGB (Red+Green+Blue) = 147+22+187=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #9316BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9316BB is #6CE944. Grayscale: #4D4D4D. Windows color (decimal): -7137605 or 12261011. OLE color: 12261011.

HSL color Cylindrical-coordinate representation of color #9316BB: hue angle of 285.45º 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 #9316BB is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14722187-
CMYK0.210.8800.27
HSL285.45º78.95%40.98%-
HSV(B)285.45º88.24%73.33%-
XYZ21.2910.3647.89-
YUV78.18189.41177.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 22 (8.98% from 255) = 6.18%
BLUE value IS 187 (73.44% from 255) = 52.53%
R=41.29%
G=6.18%
B=52.53%

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
Decimal147221870.210.8800.27285.4578.9540.98
Hex9316BB155801B11d4f29
Octal223262732513003343511751
Binary1001001110110101110111010110110000110111000111011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9316BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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