Html Css Color HEX #931679 Dark Purple

📋 copy color: '#931679'

red 147 ◦ green 22 ◦ blue 121

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

Shades of Dark Purple #931679

Tints of Dark Purple #931679

RGB

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

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

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

R = 50.69%
G = 7.59%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#931679 (or 0x931679) is known color: Dark Purple. HEX triplet: 93, 16 and 79. RGB value is (147,22,121). Sum of RGB (Red+Green+Blue) = 147+22+121=290 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.69% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 147 - color contains mainly: red. Hex color #931679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931679 is #6CE986. Grayscale: #464646. Windows color (decimal): -7137671 or 7935635. OLE color: 7935635.

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

Color convert

RGB 147 22 121 -
CMYK 0 0.85 0.18 0.42
HSL 312.48º 0.74% 0.33% -
HSV(B) 312.48º 0.85% 0.58% -
XYZ 15.77 8.16 18.83 -
YUV 70.66 156.41 182.45 -
System Red Green Blue C M Y K H S L
Decimal 147 22 121 0 0.85 0.18 0.42 312.48 0.74 0.33
Hex 93 16 79 0 55 12 2A 138 4A 21
Octal 223 26 171 0 125 22 52 470 112 41
Binary 10010011 10110 1111001 0 1010101 10010 101010 100111000 1001010 100001

Color Harmonies of #931679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931679

Black with #931679

Text Example


Text Example

White with #931679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931679; }

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

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

background-color css

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

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

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

border-color css

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

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

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