Html Css Color HEX #9807AD Dark Magenta

📋 copy color: '#9807AD'

red 152 ◦ green 7 ◦ blue 173

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

Shades of Dark Magenta #9807AD

Tints of Dark Magenta #9807AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.11%

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

R = 45.78%
G = 2.11%
B = 52.11%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9807AD (or 0x9807AD) is known color: Dark Magenta. HEX triplet: 98, 07 and AD. RGB value is (152,7,173). Sum of RGB (Red+Green+Blue) = 152+7+173=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #9807AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9807AD is #67F852. Grayscale: #444444. Windows color (decimal): -6813779 or 11339672. OLE color: 11339672.

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

Color convert

RGB 152 7 173 -
CMYK 0.12 0.96 0 0.32
HSL 292.41º 0.92% 0.35% -
HSV(B) 292.41º 0.96% 0.68% -
XYZ 20.57 9.84 40.35 -
YUV 69.28 186.54 187 -
System Red Green Blue C M Y K H S L
Decimal 152 7 173 0.12 0.96 0 0.32 292.41 0.92 0.35
Hex 98 7 AD C 60 0 20 124 5C 23
Octal 230 7 255 14 140 0 40 444 134 43
Binary 10011000 111 10101101 1100 1100000 0 100000 100100100 1011100 100011

Color Harmonies of #9807AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9807AD

Black with #9807AD

Text Example


Text Example

White with #9807AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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