Html Css Color HEX #931977 Dark Purple

📋 copy color: '#931977'

red 147 ◦ green 25 ◦ blue 119

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

Shades of Dark Purple #931977

Tints of Dark Purple #931977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.89%

R = 50.52%
G = 8.59%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#931977 (or 0x931977) is known color: Dark Purple. HEX triplet: 93, 19 and 77. RGB value is (147,25,119). Sum of RGB (Red+Green+Blue) = 147+25+119=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #931977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931977 is #6CE688. Grayscale: #474747. Windows color (decimal): -7136905 or 7805331. OLE color: 7805331.

HSL color Cylindrical-coordinate representation of color #931977: hue angle of 313.77º 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 #931977 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 25 119 -
CMYK 0 0.83 0.19 0.42
HSL 313.77º 0.71% 0.34% -
HSV(B) 313.77º 0.83% 0.58% -
XYZ 15.71 8.23 18.21 -
YUV 72.19 154.42 181.36 -
System Red Green Blue C M Y K H S L
Decimal 147 25 119 0 0.83 0.19 0.42 313.77 0.71 0.34
Hex 93 19 77 0 53 13 2A 13A 47 22
Octal 223 31 167 0 123 23 52 472 107 42
Binary 10010011 11001 1110111 0 1010011 10011 101010 100111010 1000111 100010

Color Harmonies of #931977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931977

Black with #931977

Text Example


Text Example

White with #931977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931977; }

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

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

background-color css

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

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

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

border-color css

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

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

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