Html Css Color HEX #93317E Dark Purple

📋 copy color: '#93317E'

red 147 ◦ green 49 ◦ blue 126

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

Shades of Dark Purple #93317E

Tints of Dark Purple #93317E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.22%

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

R = 45.65%
G = 15.22%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93317E (or 0x93317E) is known color: Dark Purple. HEX triplet: 93, 31 and 7E. RGB value is (147,49,126). Sum of RGB (Red+Green+Blue) = 147+49+126=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #93317E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93317E is #6CCE81. Grayscale: #565656. Windows color (decimal): -7130754 or 8270227. OLE color: 8270227.

HSL color Cylindrical-coordinate representation of color #93317E: hue angle of 312.86º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93317E is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 49 126 -
CMYK 0 0.67 0.14 0.42
HSL 312.86º 0.5% 0.38% -
HSV(B) 312.86º 0.67% 0.58% -
XYZ 16.9 9.91 20.76 -
YUV 87.08 149.97 170.74 -
System Red Green Blue C M Y K H S L
Decimal 147 49 126 0 0.67 0.14 0.42 312.86 0.5 0.38
Hex 93 31 7E 0 43 E 2A 139 32 26
Octal 223 61 176 0 103 16 52 471 62 46
Binary 10010011 110001 1111110 0 1000011 1110 101010 100111001 110010 100110

Color Harmonies of #93317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93317E

Black with #93317E

Text Example


Text Example

White with #93317E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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