Html Css Color HEX #930999 Dark Magenta

📋 copy color: '#930999'

red 147 ◦ green 9 ◦ blue 153

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

Shades of Dark Magenta #930999

Tints of Dark Magenta #930999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.51%

R = 47.57%
G = 2.91%
B = 49.51%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#930999 (or 0x930999) is known color: Dark Magenta. HEX triplet: 93, 09 and 99. RGB value is (147,9,153). Sum of RGB (Red+Green+Blue) = 147+9+153=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #930999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930999 is #6CF666. Grayscale: #424242. Windows color (decimal): -7140967 or 10029459. OLE color: 10029459.

HSL color Cylindrical-coordinate representation of color #930999: hue angle of 297.5º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930999 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 9 153 -
CMYK 0.04 0.94 0 0.4
HSL 297.5º 0.89% 0.32% -
HSV(B) 297.5º 0.94% 0.6% -
XYZ 17.88 8.7 30.87 -
YUV 66.68 176.72 185.29 -
System Red Green Blue C M Y K H S L
Decimal 147 9 153 0.04 0.94 0 0.4 297.5 0.89 0.32
Hex 93 9 99 4 5E 0 28 12A 59 20
Octal 223 11 231 4 136 0 50 452 131 40
Binary 10010011 1001 10011001 100 1011110 0 101000 100101010 1011001 100000

Color Harmonies of #930999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930999

Black with #930999

Text Example


Text Example

White with #930999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930999; }

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

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

background-color css

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

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

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

border-color css

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

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

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