Html Css Color HEX #93176F Dark Purple

📋 copy color: '#93176F'

red 147 ◦ green 23 ◦ blue 111

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

Shades of Dark Purple #93176F

Tints of Dark Purple #93176F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.19%

 BLUE value IS 111 (43.75% from 255) = 39.5%

R = 52.31%
G = 8.19%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#93176F (or 0x93176F) is known color: Dark Purple. HEX triplet: 93, 17 and 6F. RGB value is (147,23,111). Sum of RGB (Red+Green+Blue) = 147+23+111=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #93176F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93176F is #6CE890. Grayscale: #454545. Windows color (decimal): -7137425 or 7280531. OLE color: 7280531.

HSL color Cylindrical-coordinate representation of color #93176F: hue angle of 317.42º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93176F is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 23 111 -
CMYK 0 0.84 0.24 0.42
HSL 317.42º 0.73% 0.33% -
HSV(B) 317.42º 0.84% 0.58% -
XYZ 15.21 7.96 15.77 -
YUV 70.11 151.08 182.84 -
System Red Green Blue C M Y K H S L
Decimal 147 23 111 0 0.84 0.24 0.42 317.42 0.73 0.33
Hex 93 17 6F 0 54 18 2A 13D 49 21
Octal 223 27 157 0 124 30 52 475 111 41
Binary 10010011 10111 1101111 0 1010100 11000 101010 100111101 1001001 100001

Color Harmonies of #93176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93176F

Black with #93176F

Text Example


Text Example

White with #93176F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93176F; }

 p { color: rgb(147,23,111); }

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

background-color css

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

 a { background-color: rgb(147,23,111); }

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

border-color css

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

 span { border-color: rgb(147,23,111); }

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