#9405BA

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

Shades of Dark Violet #9405BA

Tints of Dark Violet #9405BA

Color information

#9405BA (or 0x9405BA) is unknown color: approx Dark Violet. HEX triplet: 94, 05 and BA. RGB value is (148,5,186). Sum of RGB (Red+Green+Blue) = 148+5+186=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #9405BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9405BA is #6BFA45. Grayscale: #434343. Windows color (decimal): -7076422 or 12191124. OLE color: 12191124.

HSL color Cylindrical-coordinate representation of color #9405BA: hue angle of 287.4º 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 #9405BA is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1485186-
CMYK0.200.9700.27
HSL287.4º94.76%37.45%-
HSV(B)287.4º97.31%72.94%-
XYZ21.139.9547.26-
YUV68.39194.38184.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 5 (2.34% from 255) = 1.47%
BLUE value IS 186 (73.05% from 255) = 54.87%
R=43.66%
G=1.47%
B=54.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal14851860.200.9700.27287.494.7637.45
Hex945BA146101B11f5f25
Octal22452722414103343713745
Binary10010100101101110101010011000010110111000111111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9405BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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