Html Css Color HEX #93187E Dark Purple

📋 copy color: '#93187E'

red 147 ◦ green 24 ◦ blue 126

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

Shades of Dark Purple #93187E

Tints of Dark Purple #93187E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.42%

R = 49.49%
G = 8.08%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93187E (or 0x93187E) is known color: Dark Purple. HEX triplet: 93, 18 and 7E. RGB value is (147,24,126). Sum of RGB (Red+Green+Blue) = 147+24+126=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #93187E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93187E is #6CE781. Grayscale: #484848. Windows color (decimal): -7137154 or 8263827. OLE color: 8263827.

HSL color Cylindrical-coordinate representation of color #93187E: hue angle of 310.24º 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 #93187E is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 24 126 -
CMYK 0 0.84 0.14 0.42
HSL 310.24º 0.72% 0.34% -
HSV(B) 310.24º 0.84% 0.58% -
XYZ 16.13 8.36 20.5 -
YUV 72.41 158.25 181.21 -
System Red Green Blue C M Y K H S L
Decimal 147 24 126 0 0.84 0.14 0.42 310.24 0.72 0.34
Hex 93 18 7E 0 54 E 2A 136 48 22
Octal 223 30 176 0 124 16 52 466 110 42
Binary 10010011 11000 1111110 0 1010100 1110 101010 100110110 1001000 100010

Color Harmonies of #93187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93187E

Black with #93187E

Text Example


Text Example

White with #93187E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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