Html Css Color HEX #9208AD Dark Magenta

📋 copy color: '#9208AD'

red 146 ◦ green 8 ◦ blue 173

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

Shades of Dark Magenta #9208AD

Tints of Dark Magenta #9208AD

RGB

 RED value IS 146 (57.42% from 255) = 44.65%

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

 BLUE value IS 173 (67.97% from 255) = 52.91%

R = 44.65%
G = 2.45%
B = 52.91%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9208AD (or 0x9208AD) is known color: Dark Magenta. HEX triplet: 92, 08 and AD. RGB value is (146,8,173). Sum of RGB (Red+Green+Blue) = 146+8+173=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #9208AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9208AD is #6DF752. Grayscale: #434343. Windows color (decimal): -7206739 or 11339922. OLE color: 11339922.

HSL color Cylindrical-coordinate representation of color #9208AD: hue angle of 290.18º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9208AD is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 8 173 -
CMYK 0.16 0.95 0 0.32
HSL 290.18º 0.91% 0.35% -
HSV(B) 290.18º 0.95% 0.68% -
XYZ 19.48 9.3 40.3 -
YUV 68.07 187.22 183.58 -
System Red Green Blue C M Y K H S L
Decimal 146 8 173 0.16 0.95 0 0.32 290.18 0.91 0.35
Hex 92 8 AD 10 5F 0 20 122 5B 23
Octal 222 10 255 20 137 0 40 442 133 43
Binary 10010010 1000 10101101 10000 1011111 0 100000 100100010 1011011 100011

Color Harmonies of #9208AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9208AD

Black with #9208AD

Text Example


Text Example

White with #9208AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9208AD; }

 p { color: rgb(146,8,173); }

 H1.HeaderClassName
 {
   color: #9208AD;
 }
 .AnyTagClassName
 {
   color: #9208AD;
 }
</style>

background-color css

<style>
 a { background-color: #9208AD; }

 a { background-color: rgb(146,8,173); }

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

border-color css

<style>
 span { border-color: #9208AD; }

 span { border-color: rgb(146,8,173); }

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