Html Css Color HEX #8A017A Purple

📋 copy color: '#8A017A'

red 138 ◦ green 1 ◦ blue 122

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

Shades of Purple #8A017A

Tints of Purple #8A017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 46.74%

R = 52.87%
G = 0.38%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A017A (or 0x8A017A) is known color: Purple. HEX triplet: 8A, 01 and 7A. RGB value is (138,1,122). Sum of RGB (Red+Green+Blue) = 138+1+122=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A017A is #75FE85. Grayscale: #373737. Windows color (decimal): -7732870 or 7995786. OLE color: 7995786.

HSL color Cylindrical-coordinate representation of color #8A017A: hue angle of 307.01º 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 #8A017A is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 1 122 -
CMYK 0 0.99 0.12 0.46
HSL 307.01º 0.99% 0.27% -
HSV(B) 307.01º 0.99% 0.54% -
XYZ 14 6.83 18.99 -
YUV 55.76 165.39 186.66 -
System Red Green Blue C M Y K H S L
Decimal 138 1 122 0 0.99 0.12 0.46 307.01 0.99 0.27
Hex 8A 1 7A 0 63 C 2E 133 63 1B
Octal 212 1 172 0 143 14 56 463 143 33
Binary 10001010 1 1111010 0 1100011 1100 101110 100110011 1100011 11011

Color Harmonies of #8A017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A017A

Black with #8A017A

Text Example


Text Example

White with #8A017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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