Html Css Color HEX #93387D Dark Purple

📋 copy color: '#93387D'

red 147 ◦ green 56 ◦ blue 125

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

Shades of Dark Purple #93387D

Tints of Dark Purple #93387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.07%

 BLUE value IS 125 (49.22% from 255) = 38.11%

R = 44.82%
G = 17.07%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#93387D (or 0x93387D) is known color: Dark Purple. HEX triplet: 93, 38 and 7D. RGB value is (147,56,125). Sum of RGB (Red+Green+Blue) = 147+56+125=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #93387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93387D is #6CC782. Grayscale: #5A5A5A. Windows color (decimal): -7128963 or 8206483. OLE color: 8206483.

HSL color Cylindrical-coordinate representation of color #93387D: hue angle of 314.51º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93387D is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 56 125 -
CMYK 0 0.62 0.15 0.42
HSL 314.51º 0.45% 0.4% -
HSV(B) 314.51º 0.62% 0.58% -
XYZ 17.15 10.51 20.53 -
YUV 91.08 147.15 167.89 -
System Red Green Blue C M Y K H S L
Decimal 147 56 125 0 0.62 0.15 0.42 314.51 0.45 0.4
Hex 93 38 7D 0 3E F 2A 13B 2D 28
Octal 223 70 175 0 76 17 52 473 55 50
Binary 10010011 111000 1111101 0 111110 1111 101010 100111011 101101 101000

Color Harmonies of #93387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93387D

Black with #93387D

Text Example


Text Example

White with #93387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93387D; }

 p { color: rgb(147,56,125); }

 H1.HeaderClassName
 {
   color: #93387D;
 }
 .AnyTagClassName
 {
   color: #93387D;
 }
</style>

background-color css

<style>
 a { background-color: #93387D; }

 a { background-color: rgb(147,56,125); }

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

border-color css

<style>
 span { border-color: #93387D; }

 span { border-color: rgb(147,56,125); }

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