Html Css Color HEX #93357C Dark Purple

📋 copy color: '#93357C'

red 147 ◦ green 53 ◦ blue 124

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

Shades of Dark Purple #93357C

Tints of Dark Purple #93357C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.27%

R = 45.37%
G = 16.36%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93357C (or 0x93357C) is known color: Dark Purple. HEX triplet: 93, 35 and 7C. RGB value is (147,53,124). Sum of RGB (Red+Green+Blue) = 147+53+124=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #93357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93357C is #6CCA83. Grayscale: #595959. Windows color (decimal): -7129732 or 8140179. OLE color: 8140179.

HSL color Cylindrical-coordinate representation of color #93357C: hue angle of 314.68º 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 #93357C is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 53 124 -
CMYK 0 0.64 0.16 0.42
HSL 314.68º 0.47% 0.39% -
HSV(B) 314.68º 0.64% 0.58% -
XYZ 16.94 10.2 20.15 -
YUV 89.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 147 53 124 0 0.64 0.16 0.42 314.68 0.47 0.39
Hex 93 35 7C 0 40 10 2A 13B 2F 27
Octal 223 65 174 0 100 20 52 473 57 47
Binary 10010011 110101 1111100 0 1000000 10000 101010 100111011 101111 100111

Color Harmonies of #93357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93357C

Black with #93357C

Text Example


Text Example

White with #93357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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