Html Css Color HEX #9A0085 Dark Magenta

📋 copy color: '#9A0085'

red 154 ◦ green 0 ◦ blue 133

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

Shades of Dark Magenta #9A0085

Tints of Dark Magenta #9A0085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.34%

R = 53.66%
G = 0%
B = 46.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#9A0085 (or 0x9A0085) is known color: Dark Magenta. HEX triplet: 9A, 00 and 85. RGB value is (154,0,133). Sum of RGB (Red+Green+Blue) = 154+0+133=287 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.66% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0085 is #65FF7A. Grayscale: #3C3C3C. Windows color (decimal): -6684539 or 8716442. OLE color: 8716442.

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

Color convert

RGB 154 0 133 -
CMYK 0 1 0.14 0.40
HSL 308.18º 1% 0.3% -
HSV(B) 308.18º 1% 0.6% -
XYZ 17.56 8.56 22.92 -
YUV 61.21 168.52 194.19 -
System Red Green Blue C M Y K H S L
Decimal 154 0 133 0 1 0.14 0.40 308.18 1 0.3
Hex 9A 0 85 0 64 E 28 134 64 1E
Octal 232 0 205 0 144 16 50 464 144 36
Binary 10011010 0 10000101 0 1100100 1110 101000 100110100 1100100 11110

Color Harmonies of #9A0085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0085

Black with #9A0085

Text Example


Text Example

White with #9A0085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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