Html Css Color HEX #8A256E Dark Purple

📋 copy color: '#8A256E'

red 138 ◦ green 37 ◦ blue 110

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

Shades of Dark Purple #8A256E

Tints of Dark Purple #8A256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.98%

 BLUE value IS 110 (43.36% from 255) = 38.6%

R = 48.42%
G = 12.98%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#8A256E (or 0x8A256E) is known color: Dark Purple. HEX triplet: 8A, 25 and 6E. RGB value is (138,37,110). Sum of RGB (Red+Green+Blue) = 138+37+110=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 138 - color contains mainly: red. Hex color #8A256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A256E is #75DA91. Grayscale: #4B4B4B. Windows color (decimal): -7723666 or 7218570. OLE color: 7218570.

HSL color Cylindrical-coordinate representation of color #8A256E: hue angle of 316.63º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A256E is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 37 110 -
CMYK 0 0.73 0.20 0.46
HSL 316.63º 0.58% 0.34% -
HSV(B) 316.63º 0.73% 0.54% -
XYZ 13.96 7.85 15.53 -
YUV 75.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 138 37 110 0 0.73 0.20 0.46 316.63 0.58 0.34
Hex 8A 25 6E 0 49 14 2E 13D 3A 22
Octal 212 45 156 0 111 24 56 475 72 42
Binary 10001010 100101 1101110 0 1001001 10100 101110 100111101 111010 100010

Color Harmonies of #8A256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A256E

Black with #8A256E

Text Example


Text Example

White with #8A256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,37,110); }

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

background-color css

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

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

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

border-color css

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

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

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