#974085

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

Shades of Dark Purple #974085

Tints of Dark Purple #974085

Color information

#974085 (or 0x974085) is unknown color: approx Dark Purple. HEX triplet: 97, 40 and 85. RGB value is (151,64,133). Sum of RGB (Red+Green+Blue) = 151+64+133=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #974085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974085 is #68BF7A. Grayscale: #616161. Windows color (decimal): -6864763 or 8732823. OLE color: 8732823.

HSL color Cylindrical-coordinate representation of color #974085: hue angle of 312.41º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #974085 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB15164133-
CMYK00.580.120.41
HSL312.41º40.47%42.16%-
HSV(B)312.41º57.62%59.22%-
XYZ18.8311.9423.5-
YUV97.88147.82165.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 64 (25.39% from 255) = 18.39%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=43.39%
G=18.39%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516413300.580.120.41312.4140.4742.16
Hex97408503AC29138282a
Octal22710020507214514705052
Binary1001011110000001000010101110101100101001100111000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974085; }

 p { color: rgb(151,64,133); }

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

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

 a { background-color: rgb(151,64,133); }

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

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

 span { border-color: rgb(151,64,133); }

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