Html Css Color HEX #93357D Dark Purple

📋 copy color: '#93357D'

red 147 ◦ green 53 ◦ blue 125

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

Shades of Dark Purple #93357D

Tints of Dark Purple #93357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.31%

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

R = 45.23%
G = 16.31%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#93357D (or 0x93357D) is known color: Dark Purple. HEX triplet: 93, 35 and 7D. RGB value is (147,53,125). Sum of RGB (Red+Green+Blue) = 147+53+125=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93357D is #6CCA82. Grayscale: #595959. Windows color (decimal): -7129731 or 8205715. OLE color: 8205715.

HSL color Cylindrical-coordinate representation of color #93357D: hue angle of 314.04º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93357D is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 53 125 -
CMYK 0 0.64 0.15 0.42
HSL 314.04º 0.47% 0.39% -
HSV(B) 314.04º 0.64% 0.58% -
XYZ 17.01 10.23 20.48 -
YUV 89.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 147 53 125 0 0.64 0.15 0.42 314.04 0.47 0.39
Hex 93 35 7D 0 40 F 2A 13A 2F 27
Octal 223 65 175 0 100 17 52 472 57 47
Binary 10010011 110101 1111101 0 1000000 1111 101010 100111010 101111 100111

Color Harmonies of #93357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93357D

Black with #93357D

Text Example


Text Example

White with #93357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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