Html Css Color HEX #9808AD Dark Magenta

📋 copy color: '#9808AD'

red 152 ◦ green 8 ◦ blue 173

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

Shades of Dark Magenta #9808AD

Tints of Dark Magenta #9808AD

RGB

 RED value IS 152 (59.77% from 255) = 45.65%

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

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

R = 45.65%
G = 2.4%
B = 51.95%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9808AD (or 0x9808AD) is known color: Dark Magenta. HEX triplet: 98, 08 and AD. RGB value is (152,8,173). Sum of RGB (Red+Green+Blue) = 152+8+173=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #9808AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9808AD is #67F752. Grayscale: #454545. Windows color (decimal): -6813523 or 11339928. OLE color: 11339928.

HSL color Cylindrical-coordinate representation of color #9808AD: hue angle of 292.36º 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 #9808AD is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 8 173 -
CMYK 0.12 0.95 0 0.32
HSL 292.36º 0.91% 0.35% -
HSV(B) 292.36º 0.95% 0.68% -
XYZ 20.58 9.87 40.35 -
YUV 69.87 186.21 186.58 -
System Red Green Blue C M Y K H S L
Decimal 152 8 173 0.12 0.95 0 0.32 292.36 0.91 0.35
Hex 98 8 AD C 5F 0 20 124 5B 23
Octal 230 10 255 14 137 0 40 444 133 43
Binary 10011000 1000 10101101 1100 1011111 0 100000 100100100 1011011 100011

Color Harmonies of #9808AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9808AD

Black with #9808AD

Text Example


Text Example

White with #9808AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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