Html Css Color HEX #931979 Dark Purple

📋 copy color: '#931979'

red 147 ◦ green 25 ◦ blue 121

#931979
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #931979

Tints of Dark Purple #931979

RGB

 RED value IS 147 (57.81% from 255) = 50.17%

 GREEN value IS 25 (10.16% from 255) = 8.53%

 BLUE value IS 121 (47.66% from 255) = 41.3%

R = 50.17%
G = 8.53%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#931979 (or 0x931979) is known color: Dark Purple. HEX triplet: 93, 19 and 79. RGB value is (147,25,121). Sum of RGB (Red+Green+Blue) = 147+25+121=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #931979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931979 is #6CE686. Grayscale: #484848. Windows color (decimal): -7136903 or 7936403. OLE color: 7936403.

HSL color Cylindrical-coordinate representation of color #931979: hue angle of 312.79º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #931979 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 25 121 -
CMYK 0 0.83 0.18 0.42
HSL 312.79º 0.71% 0.34% -
HSV(B) 312.79º 0.83% 0.58% -
XYZ 15.83 8.28 18.85 -
YUV 72.42 155.42 181.19 -
System Red Green Blue C M Y K H S L
Decimal 147 25 121 0 0.83 0.18 0.42 312.79 0.71 0.34
Hex 93 19 79 0 53 12 2A 139 47 22
Octal 223 31 171 0 123 22 52 471 107 42
Binary 10010011 11001 1111001 0 1010011 10010 101010 100111001 1000111 100010

Color Harmonies of #931979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931979

Black with #931979

Text Example


Text Example

White with #931979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931979; }

 p { color: rgb(147,25,121); }

 H1.HeaderClassName
 {
   color: #931979;
 }
 .AnyTagClassName
 {
   color: #931979;
 }
</style>

background-color css

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

 a { background-color: rgb(147,25,121); }

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

border-color css

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

 span { border-color: rgb(147,25,121); }

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