#971F92

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

Shades of Dark Purple #971F92

Tints of Dark Purple #971F92

Color information

#971F92 (or 0x971F92) is unknown color: approx Dark Purple. HEX triplet: 97, 1F and 92. RGB value is (151,31,146). Sum of RGB (Red+Green+Blue) = 151+31+146=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #971F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971F92 is #68E06D. Grayscale: #4F4F4F. Windows color (decimal): -6873198 or 9576343. OLE color: 9576343.

HSL color Cylindrical-coordinate representation of color #971F92: hue angle of 302.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #971F92 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15131146-
CMYK00.790.030.41
HSL302.5º65.93%35.69%-
HSV(B)302.5º79.47%59.22%-
XYZ18.449.6328.08-
YUV79.99165.26178.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.04%
GREEN value IS 31 (12.5% from 255) = 9.45%
BLUE value IS 146 (57.42% from 255) = 44.51%
R=46.04%
G=9.45%
B=44.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513114600.790.030.41302.565.9335.69
Hex971F9204F32912e4224
Octal22737222011735145610244
Binary10010111111111001001001001111111010011001011101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971F92; }

 p { color: rgb(151,31,146); }

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

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

 a { background-color: rgb(151,31,146); }

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

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

 span { border-color: rgb(151,31,146); }

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