Html Css Color HEX #8B09AB Dark Magenta

📋 copy color: '#8B09AB'

red 139 ◦ green 9 ◦ blue 171

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

Shades of Dark Magenta #8B09AB

Tints of Dark Magenta #8B09AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.61%

R = 43.57%
G = 2.82%
B = 53.61%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B09AB (or 0x8B09AB) is known color: Dark Magenta. HEX triplet: 8B, 09 and AB. RGB value is (139,9,171). Sum of RGB (Red+Green+Blue) = 139+9+171=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B09AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B09AB is #74F654. Grayscale: #414141. Windows color (decimal): -7665237 or 11209099. OLE color: 11209099.

HSL color Cylindrical-coordinate representation of color #8B09AB: hue angle of 288.15º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B09AB is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 9 171 -
CMYK 0.19 0.95 0 0.33
HSL 288.15º 0.9% 0.35% -
HSV(B) 288.15º 0.95% 0.67% -
XYZ 18.1 8.62 39.24 -
YUV 66.34 187.07 179.83 -
System Red Green Blue C M Y K H S L
Decimal 139 9 171 0.19 0.95 0 0.33 288.15 0.9 0.35
Hex 8B 9 AB 13 5F 0 21 120 5A 23
Octal 213 11 253 23 137 0 41 440 132 43
Binary 10001011 1001 10101011 10011 1011111 0 100001 100100000 1011010 100011

Color Harmonies of #8B09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B09AB

Black with #8B09AB

Text Example


Text Example

White with #8B09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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