Html Css Color HEX #930990 Dark Magenta

📋 copy color: '#930990'

red 147 ◦ green 9 ◦ blue 144

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

Shades of Dark Magenta #930990

Tints of Dark Magenta #930990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48%

R = 49%
G = 3%
B = 48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#930990 (or 0x930990) is known color: Dark Magenta. HEX triplet: 93, 09 and 90. RGB value is (147,9,144). Sum of RGB (Red+Green+Blue) = 147+9+144=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #930990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930990 is #6CF66F. Grayscale: #414141. Windows color (decimal): -7140976 or 9439635. OLE color: 9439635.

HSL color Cylindrical-coordinate representation of color #930990: hue angle of 301.3º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930990 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 9 144 -
CMYK 0 0.94 0.02 0.42
HSL 301.3º 0.88% 0.31% -
HSV(B) 301.3º 0.94% 0.58% -
XYZ 17.16 8.41 27.1 -
YUV 65.65 172.22 186.02 -
System Red Green Blue C M Y K H S L
Decimal 147 9 144 0 0.94 0.02 0.42 301.3 0.88 0.31
Hex 93 9 90 0 5E 2 2A 12D 58 1F
Octal 223 11 220 0 136 2 52 455 130 37
Binary 10010011 1001 10010000 0 1011110 10 101010 100101101 1011000 11111

Color Harmonies of #930990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930990

Black with #930990

Text Example


Text Example

White with #930990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930990; }

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

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

background-color css

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

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

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

border-color css

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

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

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