Html Css Color HEX #8B019C Dark Magenta

📋 copy color: '#8B019C'

red 139 ◦ green 1 ◦ blue 156

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

Shades of Dark Magenta #8B019C

Tints of Dark Magenta #8B019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 156 (61.33% from 255) = 52.7%

R = 46.96%
G = 0.34%
B = 52.7%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8B019C (or 0x8B019C) is known color: Dark Magenta. HEX triplet: 8B, 01 and 9C. RGB value is (139,1,156). Sum of RGB (Red+Green+Blue) = 139+1+156=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B019C is #74FE63. Grayscale: #3B3B3B. Windows color (decimal): -7667300 or 10224011. OLE color: 10224011.

HSL color Cylindrical-coordinate representation of color #8B019C: hue angle of 293.42º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B019C is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 139 1 156 -
CMYK 0.11 0.99 0 0.39
HSL 293.42º 0.99% 0.31% -
HSV(B) 293.42º 0.99% 0.61% -
XYZ 16.66 7.91 32.1 -
YUV 59.93 182.22 184.4 -
System Red Green Blue C M Y K H S L
Decimal 139 1 156 0.11 0.99 0 0.39 293.42 0.99 0.31
Hex 8B 1 9C B 63 0 27 125 63 1F
Octal 213 1 234 13 143 0 47 445 143 37
Binary 10001011 1 10011100 1011 1100011 0 100111 100100101 1100011 11111

Color Harmonies of #8B019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B019C

Black with #8B019C

Text Example


Text Example

White with #8B019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,1,156); }

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

background-color css

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

 a { background-color: rgb(139,1,156); }

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

border-color css

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

 span { border-color: rgb(139,1,156); }

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