Html Css Color HEX #8B3280 Dark Purple

📋 copy color: '#8B3280'

red 139 ◦ green 50 ◦ blue 128

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

Shades of Dark Purple #8B3280

Tints of Dark Purple #8B3280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

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

R = 43.85%
G = 15.77%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8B3280 (or 0x8B3280) is known color: Dark Purple. HEX triplet: 8B, 32 and 80. RGB value is (139,50,128). Sum of RGB (Red+Green+Blue) = 139+50+128=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3280 is #74CD7F. Grayscale: #555555. Windows color (decimal): -7654784 or 8401547. OLE color: 8401547.

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

Color convert

RGB 139 50 128 -
CMYK 0 0.64 0.08 0.45
HSL 307.42º 0.47% 0.37% -
HSV(B) 307.42º 0.64% 0.55% -
XYZ 15.68 9.33 21.4 -
YUV 85.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 139 50 128 0 0.64 0.08 0.45 307.42 0.47 0.37
Hex 8B 32 80 0 40 8 2D 133 2F 25
Octal 213 62 200 0 100 10 55 463 57 45
Binary 10001011 110010 10000000 0 1000000 1000 101101 100110011 101111 100101

Color Harmonies of #8B3280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3280

Black with #8B3280

Text Example


Text Example

White with #8B3280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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