Html Css Color HEX #931D8D Dark Purple

📋 copy color: '#931D8D'

red 147 ◦ green 29 ◦ blue 141

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

Shades of Dark Purple #931D8D

Tints of Dark Purple #931D8D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.15%

 BLUE value IS 141 (55.47% from 255) = 44.48%

R = 46.37%
G = 9.15%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#931D8D (or 0x931D8D) is known color: Dark Purple. HEX triplet: 93, 1D and 8D. RGB value is (147,29,141). Sum of RGB (Red+Green+Blue) = 147+29+141=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 147 - color contains mainly: red. Hex color #931D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931D8D is #6CE272. Grayscale: #4C4C4C. Windows color (decimal): -7135859 or 9248147. OLE color: 9248147.

HSL color Cylindrical-coordinate representation of color #931D8D: hue angle of 303.05º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #931D8D is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 29 141 -
CMYK 0 0.80 0.04 0.42
HSL 303.05º 0.67% 0.35% -
HSV(B) 303.05º 0.8% 0.58% -
XYZ 17.28 9 26.03 -
YUV 77.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 147 29 141 0 0.80 0.04 0.42 303.05 0.67 0.35
Hex 93 1D 8D 0 50 4 2A 12F 43 23
Octal 223 35 215 0 120 4 52 457 103 43
Binary 10010011 11101 10001101 0 1010000 100 101010 100101111 1000011 100011

Color Harmonies of #931D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931D8D

Black with #931D8D

Text Example


Text Example

White with #931D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931D8D; }

 p { color: rgb(147,29,141); }

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

background-color css

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

 a { background-color: rgb(147,29,141); }

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

border-color css

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

 span { border-color: rgb(147,29,141); }

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