Html Css Color HEX #8A0176 Purple

📋 copy color: '#8A0176'

red 138 ◦ green 1 ◦ blue 118

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

Shades of Purple #8A0176

Tints of Purple #8A0176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 118 (46.48% from 255) = 45.91%

R = 53.7%
G = 0.39%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#8A0176 (or 0x8A0176) is known color: Purple. HEX triplet: 8A, 01 and 76. RGB value is (138,1,118). Sum of RGB (Red+Green+Blue) = 138+1+118=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0176 is #75FE89. Grayscale: #363636. Windows color (decimal): -7732874 or 7733642. OLE color: 7733642.

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

Color convert

RGB 138 1 118 -
CMYK 0 0.99 0.14 0.46
HSL 308.76º 0.99% 0.27% -
HSV(B) 308.76º 0.99% 0.54% -
XYZ 13.76 6.73 17.71 -
YUV 55.3 163.39 186.99 -
System Red Green Blue C M Y K H S L
Decimal 138 1 118 0 0.99 0.14 0.46 308.76 0.99 0.27
Hex 8A 1 76 0 63 E 2E 135 63 1B
Octal 212 1 166 0 143 16 56 465 143 33
Binary 10001010 1 1110110 0 1100011 1110 101110 100110101 1100011 11011

Color Harmonies of #8A0176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0176

Black with #8A0176

Text Example


Text Example

White with #8A0176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,1,118); }

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

background-color css

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

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

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

border-color css

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

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

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