Html Css Color HEX #8A177F Dark Purple

📋 copy color: '#8A177F'

red 138 ◦ green 23 ◦ blue 127

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

Shades of Dark Purple #8A177F

Tints of Dark Purple #8A177F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.99%

 BLUE value IS 127 (50% from 255) = 44.1%

R = 47.92%
G = 7.99%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#8A177F (or 0x8A177F) is known color: Dark Purple. HEX triplet: 8A, 17 and 7F. RGB value is (138,23,127). Sum of RGB (Red+Green+Blue) = 138+23+127=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A177F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A177F is #75E880. Grayscale: #444444. Windows color (decimal): -7727233 or 8329098. OLE color: 8329098.

HSL color Cylindrical-coordinate representation of color #8A177F: hue angle of 305.74º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A177F is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 23 127 -
CMYK 0 0.83 0.08 0.46
HSL 305.74º 0.71% 0.32% -
HSV(B) 305.74º 0.83% 0.54% -
XYZ 14.62 7.55 20.77 -
YUV 69.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 138 23 127 0 0.83 0.08 0.46 305.74 0.71 0.32
Hex 8A 17 7F 0 53 8 2E 132 47 20
Octal 212 27 177 0 123 10 56 462 107 40
Binary 10001010 10111 1111111 0 1010011 1000 101110 100110010 1000111 100000

Color Harmonies of #8A177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A177F

Black with #8A177F

Text Example


Text Example

White with #8A177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,23,127); }

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

background-color css

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

 a { background-color: rgb(138,23,127); }

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

border-color css

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

 span { border-color: rgb(138,23,127); }

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