Html Css Color HEX #931379 Dark Purple

📋 copy color: '#931379'

red 147 ◦ green 19 ◦ blue 121

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

Shades of Dark Purple #931379

Tints of Dark Purple #931379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

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

R = 51.22%
G = 6.62%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#931379 (or 0x931379) is known color: Dark Purple. HEX triplet: 93, 13 and 79. RGB value is (147,19,121). Sum of RGB (Red+Green+Blue) = 147+19+121=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #931379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931379 is #6CEC86. Grayscale: #444444. Windows color (decimal): -7138439 or 7934867. OLE color: 7934867.

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

Color convert

RGB 147 19 121 -
CMYK 0 0.87 0.18 0.42
HSL 312.19º 0.77% 0.33% -
HSV(B) 312.19º 0.87% 0.58% -
XYZ 15.72 8.05 18.81 -
YUV 68.9 157.41 183.71 -
System Red Green Blue C M Y K H S L
Decimal 147 19 121 0 0.87 0.18 0.42 312.19 0.77 0.33
Hex 93 13 79 0 57 12 2A 138 4D 21
Octal 223 23 171 0 127 22 52 470 115 41
Binary 10010011 10011 1111001 0 1010111 10010 101010 100111000 1001101 100001

Color Harmonies of #931379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931379

Black with #931379

Text Example


Text Example

White with #931379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931379; }

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

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

background-color css

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

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

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

border-color css

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

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

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