Html Css Color HEX #931476 Dark Purple

📋 copy color: '#931476'

red 147 ◦ green 20 ◦ blue 118

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

Shades of Dark Purple #931476

Tints of Dark Purple #931476

RGB

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

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

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

R = 51.58%
G = 7.02%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#931476 (or 0x931476) is known color: Dark Purple. HEX triplet: 93, 14 and 76. RGB value is (147,20,118). Sum of RGB (Red+Green+Blue) = 147+20+118=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #931476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931476 is #6CEB89. Grayscale: #444444. Windows color (decimal): -7138186 or 7738515. OLE color: 7738515.

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

Color convert

RGB 147 20 118 -
CMYK 0 0.86 0.20 0.42
HSL 313.7º 0.76% 0.33% -
HSV(B) 313.7º 0.86% 0.58% -
XYZ 15.55 8.01 17.87 -
YUV 69.15 155.58 183.53 -
System Red Green Blue C M Y K H S L
Decimal 147 20 118 0 0.86 0.20 0.42 313.7 0.76 0.33
Hex 93 14 76 0 56 14 2A 13A 4C 21
Octal 223 24 166 0 126 24 52 472 114 41
Binary 10010011 10100 1110110 0 1010110 10100 101010 100111010 1001100 100001

Color Harmonies of #931476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931476

Black with #931476

Text Example


Text Example

White with #931476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931476; }

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

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

background-color css

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

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

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

border-color css

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

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

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