Html Css Color HEX #93367E Dark Purple

📋 copy color: '#93367E'

red 147 ◦ green 54 ◦ blue 126

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

Shades of Dark Purple #93367E

Tints of Dark Purple #93367E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.51%

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

R = 44.95%
G = 16.51%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93367E (or 0x93367E) is known color: Dark Purple. HEX triplet: 93, 36 and 7E. RGB value is (147,54,126). Sum of RGB (Red+Green+Blue) = 147+54+126=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #93367E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93367E is #6CC981. Grayscale: #595959. Windows color (decimal): -7129474 or 8271507. OLE color: 8271507.

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

Color convert

RGB 147 54 126 -
CMYK 0 0.63 0.14 0.42
HSL 313.55º 0.46% 0.39% -
HSV(B) 313.55º 0.63% 0.58% -
XYZ 17.12 10.35 20.83 -
YUV 90.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 147 54 126 0 0.63 0.14 0.42 313.55 0.46 0.39
Hex 93 36 7E 0 3F E 2A 13A 2E 27
Octal 223 66 176 0 77 16 52 472 56 47
Binary 10010011 110110 1111110 0 111111 1110 101010 100111010 101110 100111

Color Harmonies of #93367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93367E

Black with #93367E

Text Example


Text Example

White with #93367E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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