Html Css Color HEX #8B2680 Dark Purple

📋 copy color: '#8B2680'

red 139 ◦ green 38 ◦ blue 128

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

Shades of Dark Purple #8B2680

Tints of Dark Purple #8B2680

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.46%

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

R = 45.57%
G = 12.46%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8B2680 (or 0x8B2680) is known color: Dark Purple. HEX triplet: 8B, 26 and 80. RGB value is (139,38,128). Sum of RGB (Red+Green+Blue) = 139+38+128=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2680 is #74D97F. Grayscale: #4E4E4E. Windows color (decimal): -7657856 or 8398475. OLE color: 8398475.

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

Color convert

RGB 139 38 128 -
CMYK 0 0.73 0.08 0.45
HSL 306.53º 0.57% 0.35% -
HSV(B) 306.53º 0.73% 0.55% -
XYZ 15.24 8.43 21.25 -
YUV 78.46 155.96 171.18 -
System Red Green Blue C M Y K H S L
Decimal 139 38 128 0 0.73 0.08 0.45 306.53 0.57 0.35
Hex 8B 26 80 0 49 8 2D 133 39 23
Octal 213 46 200 0 111 10 55 463 71 43
Binary 10001011 100110 10000000 0 1001001 1000 101101 100110011 111001 100011

Color Harmonies of #8B2680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2680

Black with #8B2680

Text Example


Text Example

White with #8B2680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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