Html Css Color HEX #9A0992 Dark Magenta

📋 copy color: '#9A0992'

red 154 ◦ green 9 ◦ blue 146

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

Shades of Dark Magenta #9A0992

Tints of Dark Magenta #9A0992

RGB

 RED value IS 154 (60.55% from 255) = 49.84%

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

 BLUE value IS 146 (57.42% from 255) = 47.25%

R = 49.84%
G = 2.91%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#9A0992 (or 0x9A0992) is known color: Dark Magenta. HEX triplet: 9A, 09 and 92. RGB value is (154,9,146). Sum of RGB (Red+Green+Blue) = 154+9+146=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0992 is #65F66D. Grayscale: #434343. Windows color (decimal): -6682222 or 9570714. OLE color: 9570714.

HSL color Cylindrical-coordinate representation of color #9A0992: hue angle of 303.31º 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 #9A0992 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 9 146 -
CMYK 0 0.94 0.05 0.40
HSL 303.31º 0.89% 0.32% -
HSV(B) 303.31º 0.94% 0.6% -
XYZ 18.61 9.14 27.98 -
YUV 67.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 154 9 146 0 0.94 0.05 0.40 303.31 0.89 0.32
Hex 9A 9 92 0 5E 5 28 12F 59 20
Octal 232 11 222 0 136 5 50 457 131 40
Binary 10011010 1001 10010010 0 1011110 101 101000 100101111 1011001 100000

Color Harmonies of #9A0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0992

Black with #9A0992

Text Example


Text Example

White with #9A0992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A0992; }

 p { color: rgb(154,9,146); }

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

background-color css

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

 a { background-color: rgb(154,9,146); }

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

border-color css

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

 span { border-color: rgb(154,9,146); }

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