Html Css Color HEX #9A07AE Dark Magenta

📋 copy color: '#9A07AE'

red 154 ◦ green 7 ◦ blue 174

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

Shades of Dark Magenta #9A07AE

Tints of Dark Magenta #9A07AE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.09%

 BLUE value IS 174 (68.36% from 255) = 51.94%

R = 45.97%
G = 2.09%
B = 51.94%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A07AE (or 0x9A07AE) is known color: Dark Magenta. HEX triplet: 9A, 07 and AE. RGB value is (154,7,174). Sum of RGB (Red+Green+Blue) = 154+7+174=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A07AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A07AE is #65F851. Grayscale: #454545. Windows color (decimal): -6682706 or 11405210. OLE color: 11405210.

HSL color Cylindrical-coordinate representation of color #9A07AE: hue angle of 292.81º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A07AE is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 7 174 -
CMYK 0.11 0.96 0 0.32
HSL 292.81º 0.92% 0.35% -
HSV(B) 292.81º 0.96% 0.68% -
XYZ 21.04 10.08 40.88 -
YUV 69.99 186.7 187.92 -
System Red Green Blue C M Y K H S L
Decimal 154 7 174 0.11 0.96 0 0.32 292.81 0.92 0.35
Hex 9A 7 AE B 60 0 20 125 5C 23
Octal 232 7 256 13 140 0 40 445 134 43
Binary 10011010 111 10101110 1011 1100000 0 100000 100100101 1011100 100011

Color Harmonies of #9A07AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A07AE

Black with #9A07AE

Text Example


Text Example

White with #9A07AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,7,174); }

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

background-color css

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

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

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

border-color css

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

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

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