Html Css Color HEX #93337E Dark Purple

📋 copy color: '#93337E'

red 147 ◦ green 51 ◦ blue 126

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

Shades of Dark Purple #93337E

Tints of Dark Purple #93337E

RGB

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

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

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

R = 45.37%
G = 15.74%
B = 38.89%

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

#93337E (or 0x93337E) is known color: Dark Purple. HEX triplet: 93, 33 and 7E. RGB value is (147,51,126). Sum of RGB (Red+Green+Blue) = 147+51+126=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #93337E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93337E is #6CCC81. Grayscale: #585858. Windows color (decimal): -7130242 or 8270739. OLE color: 8270739.

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

Color convert

RGB 147 51 126 -
CMYK 0 0.65 0.14 0.42
HSL 313.13º 0.48% 0.39% -
HSV(B) 313.13º 0.65% 0.58% -
XYZ 16.98 10.08 20.79 -
YUV 88.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 147 51 126 0 0.65 0.14 0.42 313.13 0.48 0.39
Hex 93 33 7E 0 41 E 2A 139 30 27
Octal 223 63 176 0 101 16 52 471 60 47
Binary 10010011 110011 1111110 0 1000001 1110 101010 100111001 110000 100111

Color Harmonies of #93337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93337E

Black with #93337E

Text Example


Text Example

White with #93337E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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