Html Css Color HEX #8B278A Dark Purple

📋 copy color: '#8B278A'

red 139 ◦ green 39 ◦ blue 138

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

Shades of Dark Purple #8B278A

Tints of Dark Purple #8B278A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.34%

 BLUE value IS 138 (54.3% from 255) = 43.67%

R = 43.99%
G = 12.34%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B278A (or 0x8B278A) is known color: Dark Purple. HEX triplet: 8B, 27 and 8A. RGB value is (139,39,138). Sum of RGB (Red+Green+Blue) = 139+39+138=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B278A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B278A is #74D875. Grayscale: #4F4F4F. Windows color (decimal): -7657590 or 9054091. OLE color: 9054091.

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

Color convert

RGB 139 39 138 -
CMYK 0 0.72 0.01 0.45
HSL 300.6º 0.56% 0.35% -
HSV(B) 300.6º 0.72% 0.55% -
XYZ 15.96 8.77 24.9 -
YUV 80.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 139 39 138 0 0.72 0.01 0.45 300.6 0.56 0.35
Hex 8B 27 8A 0 48 1 2D 12D 38 23
Octal 213 47 212 0 110 1 55 455 70 43
Binary 10001011 100111 10001010 0 1001000 1 101101 100101101 111000 100011

Color Harmonies of #8B278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B278A

Black with #8B278A

Text Example


Text Example

White with #8B278A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,39,138); }

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

background-color css

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

 a { background-color: rgb(139,39,138); }

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

border-color css

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

 span { border-color: rgb(139,39,138); }

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