Html Css Color HEX #8A116A Dark Purple

📋 copy color: '#8A116A'

red 138 ◦ green 17 ◦ blue 106

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

Shades of Dark Purple #8A116A

Tints of Dark Purple #8A116A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40.61%

R = 52.87%
G = 6.51%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#8A116A (or 0x8A116A) is known color: Dark Purple. HEX triplet: 8A, 11 and 6A. RGB value is (138,17,106). Sum of RGB (Red+Green+Blue) = 138+17+106=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A116A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A116A is #75EE95. Grayscale: #3F3F3F. Windows color (decimal): -7728790 or 6951306. OLE color: 6951306.

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

Color convert

RGB 138 17 106 -
CMYK 0 0.88 0.23 0.46
HSL 315.87º 0.78% 0.3% -
HSV(B) 315.87º 0.88% 0.54% -
XYZ 13.28 6.84 14.26 -
YUV 63.33 152.09 181.26 -
System Red Green Blue C M Y K H S L
Decimal 138 17 106 0 0.88 0.23 0.46 315.87 0.78 0.3
Hex 8A 11 6A 0 58 17 2E 13C 4E 1E
Octal 212 21 152 0 130 27 56 474 116 36
Binary 10001010 10001 1101010 0 1011000 10111 101110 100111100 1001110 11110

Color Harmonies of #8A116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A116A

Black with #8A116A

Text Example


Text Example

White with #8A116A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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