Html Css Color HEX #8C0B71 Dark Purple

📋 copy color: '#8C0B71'

red 140 ◦ green 11 ◦ blue 113

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

Shades of Dark Purple #8C0B71

Tints of Dark Purple #8C0B71

RGB

 RED value IS 140 (55.08% from 255) = 53.03%

 GREEN value IS 11 (4.69% from 255) = 4.17%

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

R = 53.03%
G = 4.17%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8C0B71 (or 0x8C0B71) is known color: Dark Purple. HEX triplet: 8C, 0B and 71. RGB value is (140,11,113). Sum of RGB (Red+Green+Blue) = 140+11+113=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0B71 is #73F48E. Grayscale: #3C3C3C. Windows color (decimal): -7599247 or 7408524. OLE color: 7408524.

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

Color convert

RGB 140 11 113 -
CMYK 0 0.92 0.19 0.45
HSL 312.56º 0.85% 0.3% -
HSV(B) 312.56º 0.92% 0.55% -
XYZ 13.92 7.01 16.24 -
YUV 61.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 140 11 113 0 0.92 0.19 0.45 312.56 0.85 0.3
Hex 8C B 71 0 5C 13 2D 139 55 1E
Octal 214 13 161 0 134 23 55 471 125 36
Binary 10001100 1011 1110001 0 1011100 10011 101101 100111001 1010101 11110

Color Harmonies of #8C0B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0B71

Black with #8C0B71

Text Example


Text Example

White with #8C0B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,11,113); }

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

background-color css

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

 a { background-color: rgb(140,11,113); }

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

border-color css

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

 span { border-color: rgb(140,11,113); }

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