Html Css Color HEX #8B0C71 Dark Purple

📋 copy color: '#8B0C71'

red 139 ◦ green 12 ◦ blue 113

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

Shades of Dark Purple #8B0C71

Tints of Dark Purple #8B0C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.55%

 BLUE value IS 113 (44.53% from 255) = 42.8%

R = 52.65%
G = 4.55%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B0C71 (or 0x8B0C71) is known color: Dark Purple. HEX triplet: 8B, 0C and 71. RGB value is (139,12,113). Sum of RGB (Red+Green+Blue) = 139+12+113=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0C71 is #74F38E. Grayscale: #3D3D3D. Windows color (decimal): -7664527 or 7408779. OLE color: 7408779.

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

Color convert

RGB 139 12 113 -
CMYK 0 0.91 0.19 0.45
HSL 312.28º 0.84% 0.3% -
HSV(B) 312.28º 0.91% 0.55% -
XYZ 13.76 6.94 16.24 -
YUV 61.49 157.08 183.29 -
System Red Green Blue C M Y K H S L
Decimal 139 12 113 0 0.91 0.19 0.45 312.28 0.84 0.3
Hex 8B C 71 0 5B 13 2D 138 54 1E
Octal 213 14 161 0 133 23 55 470 124 36
Binary 10001011 1100 1110001 0 1011011 10011 101101 100111000 1010100 11110

Color Harmonies of #8B0C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0C71

Black with #8B0C71

Text Example


Text Example

White with #8B0C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,12,113); }

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

background-color css

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

 a { background-color: rgb(139,12,113); }

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

border-color css

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

 span { border-color: rgb(139,12,113); }

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