Html Css Color HEX #93347E Dark Purple

📋 copy color: '#93347E'

red 147 ◦ green 52 ◦ blue 126

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

Shades of Dark Purple #93347E

Tints of Dark Purple #93347E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16%

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

R = 45.23%
G = 16%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93347E (or 0x93347E) is known color: Dark Purple. HEX triplet: 93, 34 and 7E. RGB value is (147,52,126). Sum of RGB (Red+Green+Blue) = 147+52+126=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93347E is #6CCB81. Grayscale: #585858. Windows color (decimal): -7129986 or 8270995. OLE color: 8270995.

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

Color convert

RGB 147 52 126 -
CMYK 0 0.65 0.14 0.42
HSL 313.26º 0.48% 0.39% -
HSV(B) 313.26º 0.65% 0.58% -
XYZ 17.03 10.17 20.8 -
YUV 88.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 147 52 126 0 0.65 0.14 0.42 313.26 0.48 0.39
Hex 93 34 7E 0 41 E 2A 139 30 27
Octal 223 64 176 0 101 16 52 471 60 47
Binary 10010011 110100 1111110 0 1000001 1110 101010 100111001 110000 100111

Color Harmonies of #93347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93347E

Black with #93347E

Text Example


Text Example

White with #93347E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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