Html Css Color HEX #93147D Dark Purple

📋 copy color: '#93147D'

red 147 ◦ green 20 ◦ blue 125

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

Shades of Dark Purple #93147D

Tints of Dark Purple #93147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.85%

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

R = 50.34%
G = 6.85%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#93147D (or 0x93147D) is known color: Dark Purple. HEX triplet: 93, 14 and 7D. RGB value is (147,20,125). Sum of RGB (Red+Green+Blue) = 147+20+125=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #93147D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93147D is #6CEB82. Grayscale: #454545. Windows color (decimal): -7138179 or 8197267. OLE color: 8197267.

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

Color convert

RGB 147 20 125 -
CMYK 0 0.86 0.15 0.42
HSL 310.39º 0.76% 0.33% -
HSV(B) 310.39º 0.86% 0.58% -
XYZ 15.98 8.18 20.14 -
YUV 69.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 147 20 125 0 0.86 0.15 0.42 310.39 0.76 0.33
Hex 93 14 7D 0 56 F 2A 136 4C 21
Octal 223 24 175 0 126 17 52 466 114 41
Binary 10010011 10100 1111101 0 1010110 1111 101010 100110110 1001100 100001

Color Harmonies of #93147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93147D

Black with #93147D

Text Example


Text Example

White with #93147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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