Html Css Color HEX #8A1174 Dark Purple

📋 copy color: '#8A1174'

red 138 ◦ green 17 ◦ blue 116

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

Shades of Dark Purple #8A1174

Tints of Dark Purple #8A1174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.27%

 BLUE value IS 116 (45.7% from 255) = 42.8%

R = 50.92%
G = 6.27%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#8A1174 (or 0x8A1174) is known color: Dark Purple. HEX triplet: 8A, 11 and 74. RGB value is (138,17,116). Sum of RGB (Red+Green+Blue) = 138+17+116=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1174 is #75EE8B. Grayscale: #404040. Windows color (decimal): -7728780 or 7606666. OLE color: 7606666.

HSL color Cylindrical-coordinate representation of color #8A1174: hue angle of 310.91º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1174 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 17 116 -
CMYK 0 0.88 0.16 0.46
HSL 310.91º 0.78% 0.3% -
HSV(B) 310.91º 0.88% 0.54% -
XYZ 13.83 7.07 17.16 -
YUV 64.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 138 17 116 0 0.88 0.16 0.46 310.91 0.78 0.3
Hex 8A 11 74 0 58 10 2E 137 4E 1E
Octal 212 21 164 0 130 20 56 467 116 36
Binary 10001010 10001 1110100 0 1011000 10000 101110 100110111 1001110 11110

Color Harmonies of #8A1174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1174

Black with #8A1174

Text Example


Text Example

White with #8A1174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,17,116); }

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

background-color css

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

 a { background-color: rgb(138,17,116); }

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

border-color css

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

 span { border-color: rgb(138,17,116); }

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