Html Css Color HEX #9A099B Dark Magenta

📋 copy color: '#9A099B'

red 154 ◦ green 9 ◦ blue 155

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

Shades of Dark Magenta #9A099B

Tints of Dark Magenta #9A099B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.83%

 BLUE value IS 155 (60.94% from 255) = 48.74%

R = 48.43%
G = 2.83%
B = 48.74%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9A099B (or 0x9A099B) is known color: Dark Magenta. HEX triplet: 9A, 09 and 9B. RGB value is (154,9,155). Sum of RGB (Red+Green+Blue) = 154+9+155=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A099B is #65F664. Grayscale: #444444. Windows color (decimal): -6682213 or 10160538. OLE color: 10160538.

HSL color Cylindrical-coordinate representation of color #9A099B: hue angle of 299.59º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A099B is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 154 9 155 -
CMYK 0.01 0.94 0 0.39
HSL 299.59º 0.89% 0.32% -
HSV(B) 299.59º 0.94% 0.61% -
XYZ 19.34 9.43 31.81 -
YUV 69 176.54 188.63 -
System Red Green Blue C M Y K H S L
Decimal 154 9 155 0.01 0.94 0 0.39 299.59 0.89 0.32
Hex 9A 9 9B 1 5E 0 27 12C 59 20
Octal 232 11 233 1 136 0 47 454 131 40
Binary 10011010 1001 10011011 1 1011110 0 100111 100101100 1011001 100000

Color Harmonies of #9A099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A099B

Black with #9A099B

Text Example


Text Example

White with #9A099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,9,155); }

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

background-color css

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

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

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

border-color css

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

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

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