Html Css Color HEX #8B0990 Dark Magenta

📋 copy color: '#8B0990'

red 139 ◦ green 9 ◦ blue 144

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

Shades of Dark Magenta #8B0990

Tints of Dark Magenta #8B0990

RGB

 RED value IS 139 (54.69% from 255) = 47.6%

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

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

R = 47.6%
G = 3.08%
B = 49.32%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8B0990 (or 0x8B0990) is known color: Dark Magenta. HEX triplet: 8B, 09 and 90. RGB value is (139,9,144). Sum of RGB (Red+Green+Blue) = 139+9+144=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B0990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0990 is #74F66F. Grayscale: #3E3E3E. Windows color (decimal): -7665264 or 9439627. OLE color: 9439627.

HSL color Cylindrical-coordinate representation of color #8B0990: hue angle of 297.78º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0990 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 139 9 144 -
CMYK 0.03 0.94 0 0.44
HSL 297.78º 0.88% 0.3% -
HSV(B) 297.78º 0.94% 0.56% -
XYZ 15.78 7.7 27.04 -
YUV 63.26 173.57 182.02 -
System Red Green Blue C M Y K H S L
Decimal 139 9 144 0.03 0.94 0 0.44 297.78 0.88 0.3
Hex 8B 9 90 3 5E 0 2C 12A 58 1E
Octal 213 11 220 3 136 0 54 452 130 36
Binary 10001011 1001 10010000 11 1011110 0 101100 100101010 1011000 11110

Color Harmonies of #8B0990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0990

Black with #8B0990

Text Example


Text Example

White with #8B0990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B0990; }

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

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

background-color css

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

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

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

border-color css

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

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

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