Html Css Color HEX #8A127F Dark Purple

📋 copy color: '#8A127F'

red 138 ◦ green 18 ◦ blue 127

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

Shades of Dark Purple #8A127F

Tints of Dark Purple #8A127F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.36%

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

R = 48.76%
G = 6.36%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#8A127F (or 0x8A127F) is known color: Dark Purple. HEX triplet: 8A, 12 and 7F. RGB value is (138,18,127). Sum of RGB (Red+Green+Blue) = 138+18+127=283 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.76% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 138 - color contains mainly: red. Hex color #8A127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A127F is #75ED80. Grayscale: #414141. Windows color (decimal): -7728513 or 8327818. OLE color: 8327818.

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

Color convert

RGB 138 18 127 -
CMYK 0 0.87 0.08 0.46
HSL 305.5º 0.77% 0.31% -
HSV(B) 305.5º 0.87% 0.54% -
XYZ 14.53 7.37 20.74 -
YUV 66.31 162.26 179.14 -
System Red Green Blue C M Y K H S L
Decimal 138 18 127 0 0.87 0.08 0.46 305.5 0.77 0.31
Hex 8A 12 7F 0 57 8 2E 132 4D 1F
Octal 212 22 177 0 127 10 56 462 115 37
Binary 10001010 10010 1111111 0 1010111 1000 101110 100110010 1001101 11111

Color Harmonies of #8A127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A127F

Black with #8A127F

Text Example


Text Example

White with #8A127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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