Html Css Color HEX #9A188F Dark Magenta

📋 copy color: '#9A188F'

red 154 ◦ green 24 ◦ blue 143

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

Shades of Dark Magenta #9A188F

Tints of Dark Magenta #9A188F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.48%

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

R = 47.98%
G = 7.48%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#9A188F (or 0x9A188F) is known color: Dark Magenta. HEX triplet: 9A, 18 and 8F. RGB value is (154,24,143). Sum of RGB (Red+Green+Blue) = 154+24+143=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A188F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A188F is #65E770. Grayscale: #4C4C4C. Windows color (decimal): -6678385 or 9377946. OLE color: 9377946.

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

Color convert

RGB 154 24 143 -
CMYK 0 0.84 0.07 0.40
HSL 305.08º 0.73% 0.35% -
HSV(B) 305.08º 0.84% 0.6% -
XYZ 18.61 9.51 26.84 -
YUV 76.44 165.57 183.32 -
System Red Green Blue C M Y K H S L
Decimal 154 24 143 0 0.84 0.07 0.40 305.08 0.73 0.35
Hex 9A 18 8F 0 54 7 28 131 49 23
Octal 232 30 217 0 124 7 50 461 111 43
Binary 10011010 11000 10001111 0 1010100 111 101000 100110001 1001001 100011

Color Harmonies of #9A188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A188F

Black with #9A188F

Text Example


Text Example

White with #9A188F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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