#9505BA

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

Shades of Dark Violet #9505BA

Tints of Dark Violet #9505BA

Color information

#9505BA (or 0x9505BA) is unknown color: approx Dark Violet. HEX triplet: 95, 05 and BA. RGB value is (149,5,186). Sum of RGB (Red+Green+Blue) = 149+5+186=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #9505BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9505BA is #6AFA45. Grayscale: #444444. Windows color (decimal): -7010886 or 12191125. OLE color: 12191125.

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

Color convert

RGB1495186-
CMYK0.200.9700.27
HSL287.73º94.76%37.45%-
HSV(B)287.73º97.31%72.94%-
XYZ21.3110.0447.27-
YUV68.69194.21185.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 5 (2.34% from 255) = 1.47%
BLUE value IS 186 (73.05% from 255) = 54.71%
R=43.82%
G=1.47%
B=54.71%

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
Decimal14951860.200.9700.27287.7394.7637.45
Hex955BA146101B1205f25
Octal22552722414103344013745
Binary10010101101101110101010011000010110111001000001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9505BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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