Html Css Color HEX #9A189A Dark Magenta

📋 copy color: '#9A189A'

red 154 ◦ green 24 ◦ blue 154

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

Shades of Dark Magenta #9A189A

Tints of Dark Magenta #9A189A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.39%

R = 46.39%
G = 7.23%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#9A189A (or 0x9A189A) is known color: Dark Magenta. HEX triplet: 9A, 18 and 9A. RGB value is (154,24,154). Sum of RGB (Red+Green+Blue) = 154+24+154=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A189A is #65E765. Grayscale: #4D4D4D. Windows color (decimal): -6678374 or 10098842. OLE color: 10098842.

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

Color convert

RGB 154 24 154 -
CMYK 0 0.84 0 0.40
HSL 300º 0.73% 0.35% -
HSV(B) 300º 0.84% 0.6% -
XYZ 19.49 9.86 31.45 -
YUV 77.69 171.07 182.43 -
System Red Green Blue C M Y K H S L
Decimal 154 24 154 0 0.84 0 0.40 300 0.73 0.35
Hex 9A 18 9A 0 54 0 28 12C 49 23
Octal 232 30 232 0 124 0 50 454 111 43
Binary 10011010 11000 10011010 0 1010100 0 101000 100101100 1001001 100011

Color Harmonies of #9A189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A189A

Black with #9A189A

Text Example


Text Example

White with #9A189A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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