Html Css Color HEX #93187C Dark Purple

📋 copy color: '#93187C'

red 147 ◦ green 24 ◦ blue 124

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

Shades of Dark Purple #93187C

Tints of Dark Purple #93187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.14%

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

R = 49.83%
G = 8.14%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93187C (or 0x93187C) is known color: Dark Purple. HEX triplet: 93, 18 and 7C. RGB value is (147,24,124). Sum of RGB (Red+Green+Blue) = 147+24+124=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93187C is #6CE783. Grayscale: #474747. Windows color (decimal): -7137156 or 8132755. OLE color: 8132755.

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

Color convert

RGB 147 24 124 -
CMYK 0 0.84 0.16 0.42
HSL 311.22º 0.72% 0.34% -
HSV(B) 311.22º 0.84% 0.58% -
XYZ 16 8.31 19.83 -
YUV 72.18 157.25 181.37 -
System Red Green Blue C M Y K H S L
Decimal 147 24 124 0 0.84 0.16 0.42 311.22 0.72 0.34
Hex 93 18 7C 0 54 10 2A 137 48 22
Octal 223 30 174 0 124 20 52 467 110 42
Binary 10010011 11000 1111100 0 1010100 10000 101010 100110111 1001000 100010

Color Harmonies of #93187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93187C

Black with #93187C

Text Example


Text Example

White with #93187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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