#9310B3

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

Shades of Dark Violet #9310B3

Tints of Dark Violet #9310B3

Color information

#9310B3 (or 0x9310B3) is unknown color: approx Dark Violet. HEX triplet: 93, 10 and B3. RGB value is (147,16,179). Sum of RGB (Red+Green+Blue) = 147+16+179=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #9310B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9310B3 is #6CEF4C. Grayscale: #494949. Windows color (decimal): -7139149 or 11735187. OLE color: 11735187.

HSL color Cylindrical-coordinate representation of color #9310B3: hue angle of 288.22º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9310B3 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14716179-
CMYK0.180.9100.30
HSL288.22º83.59%38.24%-
HSV(B)288.22º91.06%70.2%-
XYZ20.359.8343.47-
YUV73.75187.4180.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.98%
GREEN value IS 16 (6.64% from 255) = 4.68%
BLUE value IS 179 (70.31% from 255) = 52.34%
R=42.98%
G=4.68%
B=52.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal147161790.180.9100.30288.2283.5938.24
Hex9310B3125B01E1205426
Octal223202632213303644012446
Binary1001001110000101100111001010110110111101001000001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9310B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,16,179); }

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

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

 a { background-color: rgb(147,16,179); }

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

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

 span { border-color: rgb(147,16,179); }

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