Html Css Color HEX #931575 Dark Purple

📋 copy color: '#931575'

red 147 ◦ green 21 ◦ blue 117

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

Shades of Dark Purple #931575

Tints of Dark Purple #931575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.37%

 BLUE value IS 117 (46.09% from 255) = 41.05%

R = 51.58%
G = 7.37%
B = 41.05%

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

#931575 (or 0x931575) is known color: Dark Purple. HEX triplet: 93, 15 and 75. RGB value is (147,21,117). Sum of RGB (Red+Green+Blue) = 147+21+117=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #931575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931575 is #6CEA8A. Grayscale: #454545. Windows color (decimal): -7137931 or 7673235. OLE color: 7673235.

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

Color convert

RGB 147 21 117 -
CMYK 0 0.86 0.20 0.42
HSL 314.29º 0.75% 0.33% -
HSV(B) 314.29º 0.86% 0.58% -
XYZ 15.51 8.02 17.56 -
YUV 69.62 154.74 183.19 -
System Red Green Blue C M Y K H S L
Decimal 147 21 117 0 0.86 0.20 0.42 314.29 0.75 0.33
Hex 93 15 75 0 56 14 2A 13A 4B 21
Octal 223 25 165 0 126 24 52 472 113 41
Binary 10010011 10101 1110101 0 1010110 10100 101010 100111010 1001011 100001

Color Harmonies of #931575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931575

Black with #931575

Text Example


Text Example

White with #931575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931575; }

 p { color: rgb(147,21,117); }

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

background-color css

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

 a { background-color: rgb(147,21,117); }

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

border-color css

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

 span { border-color: rgb(147,21,117); }

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