Html Css Color HEX #9A0D87 Dark Magenta

📋 copy color: '#9A0D87'

red 154 ◦ green 13 ◦ blue 135

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

Shades of Dark Magenta #9A0D87

Tints of Dark Magenta #9A0D87

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.3%

 BLUE value IS 135 (53.13% from 255) = 44.7%

R = 50.99%
G = 4.3%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#9A0D87 (or 0x9A0D87) is known color: Dark Magenta. HEX triplet: 9A, 0D and 87. RGB value is (154,13,135). Sum of RGB (Red+Green+Blue) = 154+13+135=302 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.99% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0D87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0D87 is #65F278. Grayscale: #444444. Windows color (decimal): -6681209 or 8850842. OLE color: 8850842.

HSL color Cylindrical-coordinate representation of color #9A0D87: hue angle of 308.09º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0D87 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 13 135 -
CMYK 0 0.92 0.12 0.40
HSL 308.09º 0.84% 0.33% -
HSV(B) 308.09º 0.92% 0.6% -
XYZ 17.84 8.91 23.7 -
YUV 69.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 154 13 135 0 0.92 0.12 0.40 308.09 0.84 0.33
Hex 9A D 87 0 5C C 28 134 54 21
Octal 232 15 207 0 134 14 50 464 124 41
Binary 10011010 1101 10000111 0 1011100 1100 101000 100110100 1010100 100001

Color Harmonies of #9A0D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0D87

Black with #9A0D87

Text Example


Text Example

White with #9A0D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,13,135); }

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

background-color css

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

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

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

border-color css

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

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

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