Html Css Color HEX #9A088F Dark Magenta

📋 copy color: '#9A088F'

red 154 ◦ green 8 ◦ blue 143

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

Shades of Dark Magenta #9A088F

Tints of Dark Magenta #9A088F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.62%

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

R = 50.49%
G = 2.62%
B = 46.89%

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

#9A088F (or 0x9A088F) is known color: Dark Magenta. HEX triplet: 9A, 08 and 8F. RGB value is (154,8,143). Sum of RGB (Red+Green+Blue) = 154+8+143=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A088F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A088F is #65F770. Grayscale: #424242. Windows color (decimal): -6682481 or 9373850. OLE color: 9373850.

HSL color Cylindrical-coordinate representation of color #9A088F: hue angle of 304.52º degrees, saturation: 0.9, 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 #9A088F is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 8 143 -
CMYK 0 0.95 0.07 0.40
HSL 304.52º 0.9% 0.32% -
HSV(B) 304.52º 0.95% 0.6% -
XYZ 18.37 9.03 26.76 -
YUV 67.04 170.87 190.02 -
System Red Green Blue C M Y K H S L
Decimal 154 8 143 0 0.95 0.07 0.40 304.52 0.9 0.32
Hex 9A 8 8F 0 5F 7 28 131 5A 20
Octal 232 10 217 0 137 7 50 461 132 40
Binary 10011010 1000 10001111 0 1011111 111 101000 100110001 1011010 100000

Color Harmonies of #9A088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A088F

Black with #9A088F

Text Example


Text Example

White with #9A088F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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