Html Css Color HEX #9809A7 Dark Magenta

📋 copy color: '#9809A7'

red 152 ◦ green 9 ◦ blue 167

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

Shades of Dark Magenta #9809A7

Tints of Dark Magenta #9809A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 50.91%

R = 46.34%
G = 2.74%
B = 50.91%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9809A7 (or 0x9809A7) is known color: Dark Magenta. HEX triplet: 98, 09 and A7. RGB value is (152,9,167). Sum of RGB (Red+Green+Blue) = 152+9+167=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 167 (65.62% from 255 or 50.91% from 328); Max value from RGB is 167 - color contains mainly: blue. Hex color #9809A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9809A7 is #67F658. Grayscale: #454545. Windows color (decimal): -6813273 or 10946968. OLE color: 10946968.

HSL color Cylindrical-coordinate representation of color #9809A7: hue angle of 294.3º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9809A7 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 9 167 -
CMYK 0.09 0.95 0 0.35
HSL 294.3º 0.9% 0.35% -
HSV(B) 294.3º 0.95% 0.65% -
XYZ 20.02 9.66 37.37 -
YUV 69.77 182.88 186.65 -
System Red Green Blue C M Y K H S L
Decimal 152 9 167 0.09 0.95 0 0.35 294.3 0.9 0.35
Hex 98 9 A7 9 5F 0 23 126 5A 23
Octal 230 11 247 11 137 0 43 446 132 43
Binary 10011000 1001 10100111 1001 1011111 0 100011 100100110 1011010 100011

Color Harmonies of #9809A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9809A7

Black with #9809A7

Text Example


Text Example

White with #9809A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9809A7; }

 p { color: rgb(152,9,167); }

 H1.HeaderClassName
 {
   color: #9809A7;
 }
 .AnyTagClassName
 {
   color: #9809A7;
 }
</style>

background-color css

<style>
 a { background-color: #9809A7; }

 a { background-color: rgb(152,9,167); }

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

border-color css

<style>
 span { border-color: #9809A7; }

 span { border-color: rgb(152,9,167); }

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