Html Css Color HEX #8B1772 Dark Purple

📋 copy color: '#8B1772'

red 139 ◦ green 23 ◦ blue 114

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

Shades of Dark Purple #8B1772

Tints of Dark Purple #8B1772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.3%

R = 50.36%
G = 8.33%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8B1772 (or 0x8B1772) is known color: Dark Purple. HEX triplet: 8B, 17 and 72. RGB value is (139,23,114). Sum of RGB (Red+Green+Blue) = 139+23+114=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1772 is #74E88D. Grayscale: #434343. Windows color (decimal): -7661710 or 7477131. OLE color: 7477131.

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

Color convert

RGB 139 23 114 -
CMYK 0 0.83 0.18 0.45
HSL 312.93º 0.72% 0.32% -
HSV(B) 312.93º 0.83% 0.55% -
XYZ 13.99 7.32 16.59 -
YUV 68.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 139 23 114 0 0.83 0.18 0.45 312.93 0.72 0.32
Hex 8B 17 72 0 53 12 2D 139 48 20
Octal 213 27 162 0 123 22 55 471 110 40
Binary 10001011 10111 1110010 0 1010011 10010 101101 100111001 1001000 100000

Color Harmonies of #8B1772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1772

Black with #8B1772

Text Example


Text Example

White with #8B1772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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