Html Css Color HEX #8B0A73 Dark Purple

📋 copy color: '#8B0A73'

red 139 ◦ green 10 ◦ blue 115

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

Shades of Dark Purple #8B0A73

Tints of Dark Purple #8B0A73

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.79%

 BLUE value IS 115 (45.31% from 255) = 43.56%

R = 52.65%
G = 3.79%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8B0A73 (or 0x8B0A73) is known color: Dark Purple. HEX triplet: 8B, 0A and 73. RGB value is (139,10,115). Sum of RGB (Red+Green+Blue) = 139+10+115=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0A73 is #74F58C. Grayscale: #3C3C3C. Windows color (decimal): -7665037 or 7539339. OLE color: 7539339.

HSL color Cylindrical-coordinate representation of color #8B0A73: hue angle of 311.16º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0A73 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 10 115 -
CMYK 0 0.93 0.17 0.45
HSL 311.16º 0.87% 0.29% -
HSV(B) 311.16º 0.93% 0.55% -
XYZ 13.85 6.94 16.83 -
YUV 60.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 139 10 115 0 0.93 0.17 0.45 311.16 0.87 0.29
Hex 8B A 73 0 5D 11 2D 137 57 1D
Octal 213 12 163 0 135 21 55 467 127 35
Binary 10001011 1010 1110011 0 1011101 10001 101101 100110111 1010111 11101

Color Harmonies of #8B0A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0A73

Black with #8B0A73

Text Example


Text Example

White with #8B0A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,10,115); }

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

background-color css

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

 a { background-color: rgb(139,10,115); }

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

border-color css

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

 span { border-color: rgb(139,10,115); }

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