Html Css Color HEX #931471 Dark Purple

📋 copy color: '#931471'

red 147 ◦ green 20 ◦ blue 113

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

Shades of Dark Purple #931471

Tints of Dark Purple #931471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.14%

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 52.5%
G = 7.14%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#931471 (or 0x931471) is known color: Dark Purple. HEX triplet: 93, 14 and 71. RGB value is (147,20,113). Sum of RGB (Red+Green+Blue) = 147+20+113=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #931471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931471 is #6CEB8E. Grayscale: #444444. Windows color (decimal): -7138191 or 7410835. OLE color: 7410835.

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

Color convert

RGB 147 20 113 -
CMYK 0 0.86 0.23 0.42
HSL 316.06º 0.76% 0.33% -
HSV(B) 316.06º 0.86% 0.58% -
XYZ 15.26 7.9 16.34 -
YUV 68.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 147 20 113 0 0.86 0.23 0.42 316.06 0.76 0.33
Hex 93 14 71 0 56 17 2A 13C 4C 21
Octal 223 24 161 0 126 27 52 474 114 41
Binary 10010011 10100 1110001 0 1010110 10111 101010 100111100 1001100 100001

Color Harmonies of #931471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931471

Black with #931471

Text Example


Text Example

White with #931471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931471; }

 p { color: rgb(147,20,113); }

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

background-color css

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

 a { background-color: rgb(147,20,113); }

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

border-color css

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

 span { border-color: rgb(147,20,113); }

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