Html Css Color HEX #9A0295 Dark Magenta

📋 copy color: '#9A0295'

red 154 ◦ green 2 ◦ blue 149

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

Shades of Dark Magenta #9A0295

Tints of Dark Magenta #9A0295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 149 (58.59% from 255) = 48.85%

R = 50.49%
G = 0.66%
B = 48.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#9A0295 (or 0x9A0295) is known color: Dark Magenta. HEX triplet: 9A, 02 and 95. RGB value is (154,2,149). Sum of RGB (Red+Green+Blue) = 154+2+149=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0295 is #65FD6A. Grayscale: #3F3F3F. Windows color (decimal): -6684011 or 9765530. OLE color: 9765530.

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

Color convert

RGB 154 2 149 -
CMYK 0 0.99 0.03 0.40
HSL 301.97º 0.97% 0.31% -
HSV(B) 301.97º 0.99% 0.6% -
XYZ 18.77 9.08 29.2 -
YUV 64.21 175.86 192.05 -
System Red Green Blue C M Y K H S L
Decimal 154 2 149 0 0.99 0.03 0.40 301.97 0.97 0.31
Hex 9A 2 95 0 63 3 28 12E 61 1F
Octal 232 2 225 0 143 3 50 456 141 37
Binary 10011010 10 10010101 0 1100011 11 101000 100101110 1100001 11111

Color Harmonies of #9A0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0295

Black with #9A0295

Text Example


Text Example

White with #9A0295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,2,149); }

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

background-color css

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

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

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

border-color css

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

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

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