Html Css Color HEX #931676 Dark Purple

📋 copy color: '#931676'

red 147 ◦ green 22 ◦ blue 118

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

Shades of Dark Purple #931676

Tints of Dark Purple #931676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

 BLUE value IS 118 (46.48% from 255) = 41.11%

R = 51.22%
G = 7.67%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#931676 (or 0x931676) is known color: Dark Purple. HEX triplet: 93, 16 and 76. RGB value is (147,22,118). Sum of RGB (Red+Green+Blue) = 147+22+118=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #931676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931676 is #6CE989. Grayscale: #464646. Windows color (decimal): -7137674 or 7739027. OLE color: 7739027.

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

Color convert

RGB 147 22 118 -
CMYK 0 0.85 0.20 0.42
HSL 313.92º 0.74% 0.33% -
HSV(B) 313.92º 0.85% 0.58% -
XYZ 15.59 8.08 17.88 -
YUV 70.32 154.91 182.69 -
System Red Green Blue C M Y K H S L
Decimal 147 22 118 0 0.85 0.20 0.42 313.92 0.74 0.33
Hex 93 16 76 0 55 14 2A 13A 4A 21
Octal 223 26 166 0 125 24 52 472 112 41
Binary 10010011 10110 1110110 0 1010101 10100 101010 100111010 1001010 100001

Color Harmonies of #931676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931676

Black with #931676

Text Example


Text Example

White with #931676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931676; }

 p { color: rgb(147,22,118); }

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

background-color css

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

 a { background-color: rgb(147,22,118); }

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

border-color css

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

 span { border-color: rgb(147,22,118); }

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