Html Css Color HEX #8B09AD Dark Magenta

📋 copy color: '#8B09AD'

red 139 ◦ green 9 ◦ blue 173

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

Shades of Dark Magenta #8B09AD

Tints of Dark Magenta #8B09AD

RGB

 RED value IS 139 (54.69% from 255) = 43.3%

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

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

R = 43.3%
G = 2.8%
B = 53.89%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8B09AD (or 0x8B09AD) is known color: Dark Magenta. HEX triplet: 8B, 09 and AD. RGB value is (139,9,173). Sum of RGB (Red+Green+Blue) = 139+9+173=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B09AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B09AD is #74F652. Grayscale: #424242. Windows color (decimal): -7665235 or 11340171. OLE color: 11340171.

HSL color Cylindrical-coordinate representation of color #8B09AD: hue angle of 287.56º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B09AD is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 139 9 173 -
CMYK 0.20 0.95 0 0.32
HSL 287.56º 0.9% 0.36% -
HSV(B) 287.56º 0.95% 0.68% -
XYZ 18.29 8.7 40.25 -
YUV 66.57 188.07 179.66 -
System Red Green Blue C M Y K H S L
Decimal 139 9 173 0.20 0.95 0 0.32 287.56 0.9 0.36
Hex 8B 9 AD 14 5F 0 20 120 5A 24
Octal 213 11 255 24 137 0 40 440 132 44
Binary 10001011 1001 10101101 10100 1011111 0 100000 100100000 1011010 100100

Color Harmonies of #8B09AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B09AD

Black with #8B09AD

Text Example


Text Example

White with #8B09AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B09AD; }

 p { color: rgb(139,9,173); }

 H1.HeaderClassName
 {
   color: #8B09AD;
 }
 .AnyTagClassName
 {
   color: #8B09AD;
 }
</style>

background-color css

<style>
 a { background-color: #8B09AD; }

 a { background-color: rgb(139,9,173); }

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

border-color css

<style>
 span { border-color: #8B09AD; }

 span { border-color: rgb(139,9,173); }

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