Html Css Color HEX #93337D Dark Purple

📋 copy color: '#93337D'

red 147 ◦ green 51 ◦ blue 125

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

Shades of Dark Purple #93337D

Tints of Dark Purple #93337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

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

R = 45.51%
G = 15.79%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#93337D (or 0x93337D) is known color: Dark Purple. HEX triplet: 93, 33 and 7D. RGB value is (147,51,125). Sum of RGB (Red+Green+Blue) = 147+51+125=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #93337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93337D is #6CCC82. Grayscale: #575757. Windows color (decimal): -7130243 or 8205203. OLE color: 8205203.

HSL color Cylindrical-coordinate representation of color #93337D: hue angle of 313.75º 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 #93337D is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 51 125 -
CMYK 0 0.65 0.15 0.42
HSL 313.75º 0.48% 0.39% -
HSV(B) 313.75º 0.65% 0.58% -
XYZ 16.92 10.05 20.45 -
YUV 88.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 147 51 125 0 0.65 0.15 0.42 313.75 0.48 0.39
Hex 93 33 7D 0 41 F 2A 13A 30 27
Octal 223 63 175 0 101 17 52 472 60 47
Binary 10010011 110011 1111101 0 1000001 1111 101010 100111010 110000 100111

Color Harmonies of #93337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93337D

Black with #93337D

Text Example


Text Example

White with #93337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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