Html Css Color HEX #8B0F73 Dark Purple

📋 copy color: '#8B0F73'

red 139 ◦ green 15 ◦ blue 115

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

Shades of Dark Purple #8B0F73

Tints of Dark Purple #8B0F73

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.58%

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

R = 51.67%
G = 5.58%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8B0F73 (or 0x8B0F73) is known color: Dark Purple. HEX triplet: 8B, 0F and 73. RGB value is (139,15,115). Sum of RGB (Red+Green+Blue) = 139+15+115=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0F73 is #74F08C. Grayscale: #3F3F3F. Windows color (decimal): -7663757 or 7540619. OLE color: 7540619.

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

Color convert

RGB 139 15 115 -
CMYK 0 0.89 0.17 0.45
HSL 311.61º 0.81% 0.3% -
HSV(B) 311.61º 0.89% 0.55% -
XYZ 13.91 7.07 16.85 -
YUV 63.48 157.08 181.87 -
System Red Green Blue C M Y K H S L
Decimal 139 15 115 0 0.89 0.17 0.45 311.61 0.81 0.3
Hex 8B F 73 0 59 11 2D 138 51 1E
Octal 213 17 163 0 131 21 55 470 121 36
Binary 10001011 1111 1110011 0 1011001 10001 101101 100111000 1010001 11110

Color Harmonies of #8B0F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0F73

Black with #8B0F73

Text Example


Text Example

White with #8B0F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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