#9A1975

Color #9A1975 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #9A1975

Tints of Dark Purple #9A1975

Color information

#9A1975 (or 0x9A1975) is unknown color: approx Dark Purple. HEX triplet: 9A, 19 and 75. RGB value is (154,25,117). Sum of RGB (Red+Green+Blue) = 154+25+117=296 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.03% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1975 is #65E68A. Grayscale: #494949. Windows color (decimal): -6678155 or 7674266. OLE color: 7674266.

HSL color Cylindrical-coordinate representation of color #9A1975: hue angle of 317.21º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A1975 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB15425117-
CMYK00.840.240.40
HSL317.21º72.07%35.1%-
HSV(B)317.21º83.77%60.39%-
XYZ16.888.8517.65-
YUV74.06152.24185.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.03%
GREEN value IS 25 (10.16% from 255) = 8.45%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=52.03%
G=8.45%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1542511700.840.240.40317.2172.0735.1
Hex9A1975054182813d4823
Octal232311650124305047511043
Binary1001101011001111010101010100110001010001001111011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A1975; }

 p { color: rgb(154,25,117); }

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

<style>
 a { background-color: #9A1975; }

 a { background-color: rgb(154,25,117); }

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

<style>
 span { border-color: #9A1975; }

 span { border-color: rgb(154,25,117); }

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