#971F93

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

Shades of Dark Purple #971F93

Tints of Dark Purple #971F93

Color information

#971F93 (or 0x971F93) is unknown color: approx Dark Purple. HEX triplet: 97, 1F and 93. RGB value is (151,31,147). Sum of RGB (Red+Green+Blue) = 151+31+147=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #971F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971F93 is #68E06C. Grayscale: #4F4F4F. Windows color (decimal): -6873197 or 9641879. OLE color: 9641879.

HSL color Cylindrical-coordinate representation of color #971F93: hue angle of 302º 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 #971F93 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15131147-
CMYK00.790.030.41
HSL302º65.93%35.69%-
HSV(B)302º79.47%59.22%-
XYZ18.529.6728.49-
YUV80.1165.76178.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 31 (12.5% from 255) = 9.42%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=45.90%
G=9.42%
B=44.68%

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
Decimal1513114700.790.030.4130265.9335.69
Hex971F9304F32912e4224
Octal22737223011735145610244
Binary10010111111111001001101001111111010011001011101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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