Html Css Color HEX #9A008C Dark Magenta

📋 copy color: '#9A008C'

red 154 ◦ green 0 ◦ blue 140

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

Shades of Dark Magenta #9A008C

Tints of Dark Magenta #9A008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 140 (55.08% from 255) = 47.62%

R = 52.38%
G = 0%
B = 47.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#9A008C (or 0x9A008C) is known color: Dark Magenta. HEX triplet: 9A, 00 and 8C. RGB value is (154,0,140). Sum of RGB (Red+Green+Blue) = 154+0+140=294 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.38% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 154 - color contains mainly: red. Hex color #9A008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A008C is #65FF73. Grayscale: #3D3D3D. Windows color (decimal): -6684532 or 9175194. OLE color: 9175194.

HSL color Cylindrical-coordinate representation of color #9A008C: hue angle of 305.45º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A008C is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 0 140 -
CMYK 0 1 0.09 0.40
HSL 305.45º 1% 0.3% -
HSV(B) 305.45º 1% 0.6% -
XYZ 18.06 8.76 25.55 -
YUV 62.01 172.02 193.62 -
System Red Green Blue C M Y K H S L
Decimal 154 0 140 0 1 0.09 0.40 305.45 1 0.3
Hex 9A 0 8C 0 64 9 28 131 64 1E
Octal 232 0 214 0 144 11 50 461 144 36
Binary 10011010 0 10001100 0 1100100 1001 101000 100110001 1100100 11110

Color Harmonies of #9A008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A008C

Black with #9A008C

Text Example


Text Example

White with #9A008C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,0,140); }

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

background-color css

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

 a { background-color: rgb(154,0,140); }

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

border-color css

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

 span { border-color: rgb(154,0,140); }

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