Html Css Color HEX #93187F Dark Purple

📋 copy color: '#93187F'

red 147 ◦ green 24 ◦ blue 127

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

Shades of Dark Purple #93187F

Tints of Dark Purple #93187F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.62%

R = 49.33%
G = 8.05%
B = 42.62%

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

#93187F (or 0x93187F) is known color: Dark Purple. HEX triplet: 93, 18 and 7F. RGB value is (147,24,127). Sum of RGB (Red+Green+Blue) = 147+24+127=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #93187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93187F is #6CE780. Grayscale: #484848. Windows color (decimal): -7137153 or 8329363. OLE color: 8329363.

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

Color convert

RGB 147 24 127 -
CMYK 0 0.84 0.14 0.42
HSL 309.76º 0.72% 0.34% -
HSV(B) 309.76º 0.84% 0.58% -
XYZ 16.19 8.39 20.84 -
YUV 72.52 158.75 181.12 -
System Red Green Blue C M Y K H S L
Decimal 147 24 127 0 0.84 0.14 0.42 309.76 0.72 0.34
Hex 93 18 7F 0 54 E 2A 136 48 22
Octal 223 30 177 0 124 16 52 466 110 42
Binary 10010011 11000 1111111 0 1010100 1110 101010 100110110 1001000 100010

Color Harmonies of #93187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93187F

Black with #93187F

Text Example


Text Example

White with #93187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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