Html Css Color HEX #8B3180 Dark Purple

📋 copy color: '#8B3180'

red 139 ◦ green 49 ◦ blue 128

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

Shades of Dark Purple #8B3180

Tints of Dark Purple #8B3180

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

 BLUE value IS 128 (50.39% from 255) = 40.51%

R = 43.99%
G = 15.51%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8B3180 (or 0x8B3180) is known color: Dark Purple. HEX triplet: 8B, 31 and 80. RGB value is (139,49,128). Sum of RGB (Red+Green+Blue) = 139+49+128=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3180 is #74CE7F. Grayscale: #545454. Windows color (decimal): -7655040 or 8401291. OLE color: 8401291.

HSL color Cylindrical-coordinate representation of color #8B3180: hue angle of 307.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B3180 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 49 128 -
CMYK 0 0.65 0.08 0.45
HSL 307.33º 0.48% 0.37% -
HSV(B) 307.33º 0.65% 0.55% -
XYZ 15.64 9.24 21.38 -
YUV 84.92 152.32 166.58 -
System Red Green Blue C M Y K H S L
Decimal 139 49 128 0 0.65 0.08 0.45 307.33 0.48 0.37
Hex 8B 31 80 0 41 8 2D 133 30 25
Octal 213 61 200 0 101 10 55 463 60 45
Binary 10001011 110001 10000000 0 1000001 1000 101101 100110011 110000 100101

Color Harmonies of #8B3180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3180

Black with #8B3180

Text Example


Text Example

White with #8B3180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,49,128); }

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

background-color css

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

 a { background-color: rgb(139,49,128); }

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

border-color css

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

 span { border-color: rgb(139,49,128); }

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