Html Css Color HEX #8A017B Purple

📋 copy color: '#8A017B'

red 138 ◦ green 1 ◦ blue 123

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

Shades of Purple #8A017B

Tints of Purple #8A017B

RGB

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

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

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

R = 52.67%
G = 0.38%
B = 46.95%

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

#8A017B (or 0x8A017B) is known color: Purple. HEX triplet: 8A, 01 and 7B. RGB value is (138,1,123). Sum of RGB (Red+Green+Blue) = 138+1+123=262 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.67% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 138 - color contains mainly: red. Hex color #8A017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A017B is #75FE84. Grayscale: #373737. Windows color (decimal): -7732869 or 8061322. OLE color: 8061322.

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

Color convert

RGB 138 1 123 -
CMYK 0 0.99 0.11 0.46
HSL 306.57º 0.99% 0.27% -
HSV(B) 306.57º 0.99% 0.54% -
XYZ 14.07 6.86 19.32 -
YUV 55.87 165.89 186.58 -
System Red Green Blue C M Y K H S L
Decimal 138 1 123 0 0.99 0.11 0.46 306.57 0.99 0.27
Hex 8A 1 7B 0 63 B 2E 133 63 1B
Octal 212 1 173 0 143 13 56 463 143 33
Binary 10001010 1 1111011 0 1100011 1011 101110 100110011 1100011 11011

Color Harmonies of #8A017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A017B

Black with #8A017B

Text Example


Text Example

White with #8A017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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