#9605BA

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

Shades of Dark Violet #9605BA

Tints of Dark Violet #9605BA

Color information

#9605BA (or 0x9605BA) is unknown color: approx Dark Violet. HEX triplet: 96, 05 and BA. RGB value is (150,5,186). Sum of RGB (Red+Green+Blue) = 150+5+186=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #9605BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9605BA is #69FA45. Grayscale: #444444. Windows color (decimal): -6945350 or 12191126. OLE color: 12191126.

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

Color convert

RGB1505186-
CMYK0.190.9700.27
HSL288.07º94.76%37.45%-
HSV(B)288.07º97.31%72.94%-
XYZ21.4910.1447.28-
YUV68.99194.04185.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 5 (2.34% from 255) = 1.47%
BLUE value IS 186 (73.05% from 255) = 54.55%
R=43.99%
G=1.47%
B=54.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15051860.190.9700.27288.0794.7637.45
Hex965BA136101B1205f25
Octal22652722314103344013745
Binary10010110101101110101001111000010110111001000001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9605BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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