Html Css Color HEX #8A027B Purple

📋 copy color: '#8A027B'

red 138 ◦ green 2 ◦ blue 123

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

Shades of Purple #8A027B

Tints of Purple #8A027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 123 (48.44% from 255) = 46.77%

R = 52.47%
G = 0.76%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#8A027B (or 0x8A027B) is known color: Purple. HEX triplet: 8A, 02 and 7B. RGB value is (138,2,123). Sum of RGB (Red+Green+Blue) = 138+2+123=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A027B is #75FD84. Grayscale: #383838. Windows color (decimal): -7732613 or 8061578. OLE color: 8061578.

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

Color convert

RGB 138 2 123 -
CMYK 0 0.99 0.11 0.46
HSL 306.62º 0.97% 0.27% -
HSV(B) 306.62º 0.99% 0.54% -
XYZ 14.08 6.88 19.32 -
YUV 56.46 165.56 186.16 -
System Red Green Blue C M Y K H S L
Decimal 138 2 123 0 0.99 0.11 0.46 306.62 0.97 0.27
Hex 8A 2 7B 0 63 B 2E 133 61 1B
Octal 212 2 173 0 143 13 56 463 141 33
Binary 10001010 10 1111011 0 1100011 1011 101110 100110011 1100001 11011

Color Harmonies of #8A027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A027B

Black with #8A027B

Text Example


Text Example

White with #8A027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,2,123); }

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

background-color css

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

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

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

border-color css

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

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

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