#9605C5

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

Shades of Dark Violet #9605C5

Tints of Dark Violet #9605C5

Color information

#9605C5 (or 0x9605C5) is unknown color: approx Dark Violet. HEX triplet: 96, 05 and C5. RGB value is (150,5,197). Sum of RGB (Red+Green+Blue) = 150+5+197=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 197 (77.34% from 255 or 55.97% from 352); Max value from RGB is 197 - color contains mainly: blue. Hex color #9605C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9605C5 is #69FA3A. Grayscale: #454545. Windows color (decimal): -6945339 or 12912022. OLE color: 12912022.

HSL color Cylindrical-coordinate representation of color #9605C5: hue angle of 285.31º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9605C5 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1505197-
CMYK0.240.9700.23
HSL285.31º95.05%39.61%-
HSV(B)285.31º97.46%77.25%-
XYZ22.7110.6253.68-
YUV70.24199.54184.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 5 (2.34% from 255) = 1.42%
BLUE value IS 197 (77.34% from 255) = 55.97%
R=42.61%
G=1.42%
B=55.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal15051970.240.9700.23285.3195.0539.61
Hex965C5186101711d5f28
Octal22653053014102743513750
Binary10010110101110001011100011000010101111000111011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9605C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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