Html Css Color HEX #93147F Dark Purple

📋 copy color: '#93147F'

red 147 ◦ green 20 ◦ blue 127

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

Shades of Dark Purple #93147F

Tints of Dark Purple #93147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.2%

R = 50%
G = 6.8%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93147F (or 0x93147F) is known color: Dark Purple. HEX triplet: 93, 14 and 7F. RGB value is (147,20,127). Sum of RGB (Red+Green+Blue) = 147+20+127=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #93147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93147F is #6CEB80. Grayscale: #454545. Windows color (decimal): -7138177 or 8328339. OLE color: 8328339.

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

Color convert

RGB 147 20 127 -
CMYK 0 0.86 0.14 0.42
HSL 309.45º 0.76% 0.33% -
HSV(B) 309.45º 0.86% 0.58% -
XYZ 16.11 8.24 20.82 -
YUV 70.17 160.08 182.8 -
System Red Green Blue C M Y K H S L
Decimal 147 20 127 0 0.86 0.14 0.42 309.45 0.76 0.33
Hex 93 14 7F 0 56 E 2A 135 4C 21
Octal 223 24 177 0 126 16 52 465 114 41
Binary 10010011 10100 1111111 0 1010110 1110 101010 100110101 1001100 100001

Color Harmonies of #93147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93147F

Black with #93147F

Text Example


Text Example

White with #93147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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