Html Css Color HEX #93117E Dark Purple

📋 copy color: '#93117E'

red 147 ◦ green 17 ◦ blue 126

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

Shades of Dark Purple #93117E

Tints of Dark Purple #93117E

RGB

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

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

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

R = 50.69%
G = 5.86%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93117E (or 0x93117E) is known color: Dark Purple. HEX triplet: 93, 11 and 7E. RGB value is (147,17,126). Sum of RGB (Red+Green+Blue) = 147+17+126=290 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.69% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 147 - color contains mainly: red. Hex color #93117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93117E is #6CEE81. Grayscale: #434343. Windows color (decimal): -7138946 or 8262035. OLE color: 8262035.

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

Color convert

RGB 147 17 126 -
CMYK 0 0.88 0.14 0.42
HSL 309.69º 0.79% 0.32% -
HSV(B) 309.69º 0.88% 0.58% -
XYZ 16 8.11 20.46 -
YUV 68.3 160.57 184.14 -
System Red Green Blue C M Y K H S L
Decimal 147 17 126 0 0.88 0.14 0.42 309.69 0.79 0.32
Hex 93 11 7E 0 58 E 2A 136 4F 20
Octal 223 21 176 0 130 16 52 466 117 40
Binary 10010011 10001 1111110 0 1011000 1110 101010 100110110 1001111 100000

Color Harmonies of #93117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93117E

Black with #93117E

Text Example


Text Example

White with #93117E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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