Html Css Color HEX #8B0F74 Dark Purple

📋 copy color: '#8B0F74'

red 139 ◦ green 15 ◦ blue 116

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

Shades of Dark Purple #8B0F74

Tints of Dark Purple #8B0F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.96%

R = 51.48%
G = 5.56%
B = 42.96%

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

#8B0F74 (or 0x8B0F74) is known color: Dark Purple. HEX triplet: 8B, 0F and 74. RGB value is (139,15,116). Sum of RGB (Red+Green+Blue) = 139+15+116=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0F74 is #74F08B. Grayscale: #3F3F3F. Windows color (decimal): -7663756 or 7606155. OLE color: 7606155.

HSL color Cylindrical-coordinate representation of color #8B0F74: hue angle of 311.13º 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 #8B0F74 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 15 116 -
CMYK 0 0.89 0.17 0.45
HSL 311.13º 0.81% 0.3% -
HSV(B) 311.13º 0.89% 0.55% -
XYZ 13.97 7.09 17.16 -
YUV 63.59 157.58 181.79 -
System Red Green Blue C M Y K H S L
Decimal 139 15 116 0 0.89 0.17 0.45 311.13 0.81 0.3
Hex 8B F 74 0 59 11 2D 137 51 1E
Octal 213 17 164 0 131 21 55 467 121 36
Binary 10001011 1111 1110100 0 1011001 10001 101101 100110111 1010001 11110

Color Harmonies of #8B0F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0F74

Black with #8B0F74

Text Example


Text Example

White with #8B0F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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