Html Css Color HEX #8B1773 Dark Purple

📋 copy color: '#8B1773'

red 139 ◦ green 23 ◦ blue 115

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

Shades of Dark Purple #8B1773

Tints of Dark Purple #8B1773

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.3%

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

R = 50.18%
G = 8.3%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8B1773 (or 0x8B1773) is known color: Dark Purple. HEX triplet: 8B, 17 and 73. RGB value is (139,23,115). Sum of RGB (Red+Green+Blue) = 139+23+115=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1773 is #74E88C. Grayscale: #434343. Windows color (decimal): -7661709 or 7542667. OLE color: 7542667.

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

Color convert

RGB 139 23 115 -
CMYK 0 0.83 0.17 0.45
HSL 312.41º 0.72% 0.32% -
HSV(B) 312.41º 0.83% 0.55% -
XYZ 14.05 7.34 16.9 -
YUV 68.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 139 23 115 0 0.83 0.17 0.45 312.41 0.72 0.32
Hex 8B 17 73 0 53 11 2D 138 48 20
Octal 213 27 163 0 123 21 55 470 110 40
Binary 10001011 10111 1110011 0 1010011 10001 101101 100111000 1001000 100000

Color Harmonies of #8B1773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1773

Black with #8B1773

Text Example


Text Example

White with #8B1773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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