Html Css Color HEX #93099D Dark Magenta

📋 copy color: '#93099D'

red 147 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #93099D

Tints of Dark Magenta #93099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.88%

 BLUE value IS 157 (61.72% from 255) = 50.16%

R = 46.96%
G = 2.88%
B = 50.16%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#93099D (or 0x93099D) is known color: Dark Magenta. HEX triplet: 93, 09 and 9D. RGB value is (147,9,157). Sum of RGB (Red+Green+Blue) = 147+9+157=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #93099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93099D is #6CF662. Grayscale: #424242. Windows color (decimal): -7140963 or 10291603. OLE color: 10291603.

HSL color Cylindrical-coordinate representation of color #93099D: hue angle of 295.95º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93099D is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 9 157 -
CMYK 0.06 0.94 0 0.38
HSL 295.95º 0.89% 0.33% -
HSV(B) 295.95º 0.94% 0.62% -
XYZ 18.22 8.83 32.64 -
YUV 67.13 178.72 184.97 -
System Red Green Blue C M Y K H S L
Decimal 147 9 157 0.06 0.94 0 0.38 295.95 0.89 0.33
Hex 93 9 9D 6 5E 0 26 128 59 21
Octal 223 11 235 6 136 0 46 450 131 41
Binary 10010011 1001 10011101 110 1011110 0 100110 100101000 1011001 100001

Color Harmonies of #93099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93099D

Black with #93099D

Text Example


Text Example

White with #93099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,9,157); }

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

background-color css

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

 a { background-color: rgb(147,9,157); }

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

border-color css

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

 span { border-color: rgb(147,9,157); }

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