Html Css Color HEX #9A078F Dark Magenta

📋 copy color: '#9A078F'

red 154 ◦ green 7 ◦ blue 143

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

Shades of Dark Magenta #9A078F

Tints of Dark Magenta #9A078F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.04%

R = 50.66%
G = 2.3%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#9A078F (or 0x9A078F) is known color: Dark Magenta. HEX triplet: 9A, 07 and 8F. RGB value is (154,7,143). Sum of RGB (Red+Green+Blue) = 154+7+143=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A078F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A078F is #65F870. Grayscale: #424242. Windows color (decimal): -6682737 or 9373594. OLE color: 9373594.

HSL color Cylindrical-coordinate representation of color #9A078F: hue angle of 304.49º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A078F is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 7 143 -
CMYK 0 0.95 0.07 0.40
HSL 304.49º 0.91% 0.32% -
HSV(B) 304.49º 0.95% 0.6% -
XYZ 18.36 9.01 26.76 -
YUV 66.46 171.2 190.44 -
System Red Green Blue C M Y K H S L
Decimal 154 7 143 0 0.95 0.07 0.40 304.49 0.91 0.32
Hex 9A 7 8F 0 5F 7 28 130 5B 20
Octal 232 7 217 0 137 7 50 460 133 40
Binary 10011010 111 10001111 0 1011111 111 101000 100110000 1011011 100000

Color Harmonies of #9A078F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A078F

Black with #9A078F

Text Example


Text Example

White with #9A078F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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