Html Css Color HEX #931375 Dark Purple

📋 copy color: '#931375'

red 147 ◦ green 19 ◦ blue 117

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

Shades of Dark Purple #931375

Tints of Dark Purple #931375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.71%

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

R = 51.94%
G = 6.71%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#931375 (or 0x931375) is known color: Dark Purple. HEX triplet: 93, 13 and 75. RGB value is (147,19,117). Sum of RGB (Red+Green+Blue) = 147+19+117=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #931375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931375 is #6CEC8A. Grayscale: #444444. Windows color (decimal): -7138443 or 7672723. OLE color: 7672723.

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

Color convert

RGB 147 19 117 -
CMYK 0 0.87 0.20 0.42
HSL 314.06º 0.77% 0.33% -
HSV(B) 314.06º 0.87% 0.58% -
XYZ 15.48 7.95 17.55 -
YUV 68.44 155.41 184.03 -
System Red Green Blue C M Y K H S L
Decimal 147 19 117 0 0.87 0.20 0.42 314.06 0.77 0.33
Hex 93 13 75 0 57 14 2A 13A 4D 21
Octal 223 23 165 0 127 24 52 472 115 41
Binary 10010011 10011 1110101 0 1010111 10100 101010 100111010 1001101 100001

Color Harmonies of #931375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931375

Black with #931375

Text Example


Text Example

White with #931375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931375; }

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

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

background-color css

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

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

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

border-color css

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

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

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