#9305BA

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

Shades of Dark Violet #9305BA

Tints of Dark Violet #9305BA

Color information

#9305BA (or 0x9305BA) is unknown color: approx Dark Violet. HEX triplet: 93, 05 and BA. RGB value is (147,5,186). Sum of RGB (Red+Green+Blue) = 147+5+186=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #9305BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9305BA is #6CFA45. Grayscale: #434343. Windows color (decimal): -7141958 or 12191123. OLE color: 12191123.

HSL color Cylindrical-coordinate representation of color #9305BA: hue angle of 287.07º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9305BA is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1475186-
CMYK0.210.9700.27
HSL287.07º94.76%37.45%-
HSV(B)287.07º97.31%72.94%-
XYZ20.959.8647.25-
YUV68.09194.54184.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.49%
GREEN value IS 5 (2.34% from 255) = 1.48%
BLUE value IS 186 (73.05% from 255) = 55.03%
R=43.49%
G=1.48%
B=55.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal14751860.210.9700.27287.0794.7637.45
Hex935BA156101B11f5f25
Octal22352722514103343713745
Binary10010011101101110101010111000010110111000111111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9305BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9305BA; }

 p { color: rgb(147,5,186); }

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

<style>
 a { background-color: #9305BA; }

 a { background-color: rgb(147,5,186); }

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

<style>
 span { border-color: #9305BA; }

 span { border-color: rgb(147,5,186); }

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