Html Css Color HEX #9A039A Dark Magenta

📋 copy color: '#9A039A'

red 154 ◦ green 3 ◦ blue 154

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

Shades of Dark Magenta #9A039A

Tints of Dark Magenta #9A039A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 154 (60.55% from 255) = 49.52%

R = 49.52%
G = 0.96%
B = 49.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#9A039A (or 0x9A039A) is known color: Dark Magenta. HEX triplet: 9A, 03 and 9A. RGB value is (154,3,154). Sum of RGB (Red+Green+Blue) = 154+3+154=311 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.52% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 154 (60.55% from 255 or 49.52% from 311); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A039A is #65FC65. Grayscale: #404040. Windows color (decimal): -6683750 or 10093466. OLE color: 10093466.

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

Color convert

RGB 154 3 154 -
CMYK 0 0.98 0 0.40
HSL 300º 0.96% 0.31% -
HSV(B) 300º 0.98% 0.6% -
XYZ 19.19 9.27 31.35 -
YUV 65.36 178.03 191.22 -
System Red Green Blue C M Y K H S L
Decimal 154 3 154 0 0.98 0 0.40 300 0.96 0.31
Hex 9A 3 9A 0 62 0 28 12C 60 1F
Octal 232 3 232 0 142 0 50 454 140 37
Binary 10011010 11 10011010 0 1100010 0 101000 100101100 1100000 11111

Color Harmonies of #9A039A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A039A

Black with #9A039A

Text Example


Text Example

White with #9A039A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,3,154); }

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

background-color css

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

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

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

border-color css

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

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

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