Html Css Color HEX #93397C Dark Purple

📋 copy color: '#93397C'

red 147 ◦ green 57 ◦ blue 124

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

Shades of Dark Purple #93397C

Tints of Dark Purple #93397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.38%

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

R = 44.82%
G = 17.38%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93397C (or 0x93397C) is known color: Dark Purple. HEX triplet: 93, 39 and 7C. RGB value is (147,57,124). Sum of RGB (Red+Green+Blue) = 147+57+124=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #93397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93397C is #6CC683. Grayscale: #5B5B5B. Windows color (decimal): -7128708 or 8141203. OLE color: 8141203.

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

Color convert

RGB 147 57 124 -
CMYK 0 0.61 0.16 0.42
HSL 315.33º 0.44% 0.4% -
HSV(B) 315.33º 0.61% 0.58% -
XYZ 17.13 10.58 20.21 -
YUV 91.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 147 57 124 0 0.61 0.16 0.42 315.33 0.44 0.4
Hex 93 39 7C 0 3D 10 2A 13B 2C 28
Octal 223 71 174 0 75 20 52 473 54 50
Binary 10010011 111001 1111100 0 111101 10000 101010 100111011 101100 101000

Color Harmonies of #93397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93397C

Black with #93397C

Text Example


Text Example

White with #93397C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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