Html Css Color HEX #93117C Dark Purple

📋 copy color: '#93117C'

red 147 ◦ green 17 ◦ blue 124

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

Shades of Dark Purple #93117C

Tints of Dark Purple #93117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.9%

 BLUE value IS 124 (48.83% from 255) = 43.06%

R = 51.04%
G = 5.9%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93117C (or 0x93117C) is known color: Dark Purple. HEX triplet: 93, 11 and 7C. RGB value is (147,17,124). Sum of RGB (Red+Green+Blue) = 147+17+124=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #93117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93117C is #6CEE83. Grayscale: #434343. Windows color (decimal): -7138948 or 8130963. OLE color: 8130963.

HSL color Cylindrical-coordinate representation of color #93117C: hue angle of 310.62º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93117C is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 17 124 -
CMYK 0 0.88 0.16 0.42
HSL 310.62º 0.79% 0.32% -
HSV(B) 310.62º 0.88% 0.58% -
XYZ 15.87 8.06 19.79 -
YUV 68.07 159.57 184.3 -
System Red Green Blue C M Y K H S L
Decimal 147 17 124 0 0.88 0.16 0.42 310.62 0.79 0.32
Hex 93 11 7C 0 58 10 2A 137 4F 20
Octal 223 21 174 0 130 20 52 467 117 40
Binary 10010011 10001 1111100 0 1011000 10000 101010 100110111 1001111 100000

Color Harmonies of #93117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93117C

Black with #93117C

Text Example


Text Example

White with #93117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93117C; }

 p { color: rgb(147,17,124); }

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

background-color css

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

 a { background-color: rgb(147,17,124); }

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

border-color css

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

 span { border-color: rgb(147,17,124); }

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