Html Css Color HEX #8B1972 Dark Purple

📋 copy color: '#8B1972'

red 139 ◦ green 25 ◦ blue 114

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

Shades of Dark Purple #8B1972

Tints of Dark Purple #8B1972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.99%

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

R = 50%
G = 8.99%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8B1972 (or 0x8B1972) is known color: Dark Purple. HEX triplet: 8B, 19 and 72. RGB value is (139,25,114). Sum of RGB (Red+Green+Blue) = 139+25+114=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1972 is #74E68D. Grayscale: #444444. Windows color (decimal): -7661198 or 7477643. OLE color: 7477643.

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

Color convert

RGB 139 25 114 -
CMYK 0 0.82 0.18 0.45
HSL 313.16º 0.7% 0.32% -
HSV(B) 313.16º 0.82% 0.55% -
XYZ 14.03 7.4 16.61 -
YUV 69.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 139 25 114 0 0.82 0.18 0.45 313.16 0.7 0.32
Hex 8B 19 72 0 52 12 2D 139 46 20
Octal 213 31 162 0 122 22 55 471 106 40
Binary 10001011 11001 1110010 0 1010010 10010 101101 100111001 1000110 100000

Color Harmonies of #8B1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1972

Black with #8B1972

Text Example


Text Example

White with #8B1972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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