Html Css Color HEX #910990 Dark Magenta

📋 copy color: '#910990'

red 145 ◦ green 9 ◦ blue 144

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

Shades of Dark Magenta #910990

Tints of Dark Magenta #910990

RGB

 RED value IS 145 (57.03% from 255) = 48.66%

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

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

R = 48.66%
G = 3.02%
B = 48.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#910990 (or 0x910990) is known color: Dark Magenta. HEX triplet: 91, 09 and 90. RGB value is (145,9,144). Sum of RGB (Red+Green+Blue) = 145+9+144=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #910990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910990 is #6EF66F. Grayscale: #404040. Windows color (decimal): -7272048 or 9439633. OLE color: 9439633.

HSL color Cylindrical-coordinate representation of color #910990: hue angle of 300.44º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910990 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 9 144 -
CMYK 0 0.94 0.01 0.43
HSL 300.44º 0.88% 0.3% -
HSV(B) 300.44º 0.94% 0.57% -
XYZ 16.81 8.23 27.09 -
YUV 65.05 172.56 185.02 -
System Red Green Blue C M Y K H S L
Decimal 145 9 144 0 0.94 0.01 0.43 300.44 0.88 0.3
Hex 91 9 90 0 5E 1 2B 12C 58 1E
Octal 221 11 220 0 136 1 53 454 130 36
Binary 10010001 1001 10010000 0 1011110 1 101011 100101100 1011000 11110

Color Harmonies of #910990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910990

Black with #910990

Text Example


Text Example

White with #910990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910990; }

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

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

background-color css

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

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

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

border-color css

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

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

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