Html Css Color HEX #8A278A Dark Purple

📋 copy color: '#8A278A'

red 138 ◦ green 39 ◦ blue 138

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

Shades of Dark Purple #8A278A

Tints of Dark Purple #8A278A

RGB

 RED value IS 138 (54.3% from 255) = 43.81%

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

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

R = 43.81%
G = 12.38%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#8A278A (or 0x8A278A) is known color: Dark Purple. HEX triplet: 8A, 27 and 8A. RGB value is (138,39,138). Sum of RGB (Red+Green+Blue) = 138+39+138=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A278A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A278A is #75D875. Grayscale: #4F4F4F. Windows color (decimal): -7723126 or 9054090. OLE color: 9054090.

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

Color convert

RGB 138 39 138 -
CMYK 0 0.72 0 0.46
HSL 300º 0.56% 0.35% -
HSV(B) 300º 0.72% 0.54% -
XYZ 15.79 8.69 24.89 -
YUV 79.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 138 39 138 0 0.72 0 0.46 300 0.56 0.35
Hex 8A 27 8A 0 48 0 2E 12C 38 23
Octal 212 47 212 0 110 0 56 454 70 43
Binary 10001010 100111 10001010 0 1001000 0 101110 100101100 111000 100011

Color Harmonies of #8A278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A278A

Black with #8A278A

Text Example


Text Example

White with #8A278A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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