Html Css Color HEX #93437C Dark Purple

📋 copy color: '#93437C'

red 147 ◦ green 67 ◦ blue 124

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

Shades of Dark Purple #93437C

Tints of Dark Purple #93437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.82%

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

R = 43.49%
G = 19.82%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93437C (or 0x93437C) is known color: Dark Purple. HEX triplet: 93, 43 and 7C. RGB value is (147,67,124). Sum of RGB (Red+Green+Blue) = 147+67+124=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #93437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93437C is #6CBC83. Grayscale: #616161. Windows color (decimal): -7126148 or 8143763. OLE color: 8143763.

HSL color Cylindrical-coordinate representation of color #93437C: hue angle of 317.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93437C is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 67 124 -
CMYK 0 0.54 0.16 0.42
HSL 317.25º 0.37% 0.42% -
HSV(B) 317.25º 0.54% 0.58% -
XYZ 17.68 11.67 20.39 -
YUV 97.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 147 67 124 0 0.54 0.16 0.42 317.25 0.37 0.42
Hex 93 43 7C 0 36 10 2A 13D 25 2A
Octal 223 103 174 0 66 20 52 475 45 52
Binary 10010011 1000011 1111100 0 110110 10000 101010 100111101 100101 101010

Color Harmonies of #93437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93437C

Black with #93437C

Text Example


Text Example

White with #93437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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