Html Css Color HEX #8D0B73 Dark Purple

📋 copy color: '#8D0B73'

red 141 ◦ green 11 ◦ blue 115

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

Shades of Dark Purple #8D0B73

Tints of Dark Purple #8D0B73

RGB

 RED value IS 141 (55.47% from 255) = 52.81%

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

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

R = 52.81%
G = 4.12%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8D0B73 (or 0x8D0B73) is known color: Dark Purple. HEX triplet: 8D, 0B and 73. RGB value is (141,11,115). Sum of RGB (Red+Green+Blue) = 141+11+115=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0B73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0B73 is #72F48C. Grayscale: #3D3D3D. Windows color (decimal): -7533709 or 7539597. OLE color: 7539597.

HSL color Cylindrical-coordinate representation of color #8D0B73: hue angle of 312º degrees, saturation: 0.86, 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 #8D0B73 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 11 115 -
CMYK 0 0.92 0.18 0.45
HSL 312º 0.86% 0.3% -
HSV(B) 312º 0.92% 0.55% -
XYZ 14.2 7.14 16.85 -
YUV 61.73 158.07 184.54 -
System Red Green Blue C M Y K H S L
Decimal 141 11 115 0 0.92 0.18 0.45 312 0.86 0.3
Hex 8D B 73 0 5C 12 2D 138 56 1E
Octal 215 13 163 0 134 22 55 470 126 36
Binary 10001101 1011 1110011 0 1011100 10010 101101 100111000 1010110 11110

Color Harmonies of #8D0B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0B73

Black with #8D0B73

Text Example


Text Example

White with #8D0B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,11,115); }

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

background-color css

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

 a { background-color: rgb(141,11,115); }

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

border-color css

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

 span { border-color: rgb(141,11,115); }

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