Html Css Color HEX #8A1666 Dark Purple

📋 copy color: '#8A1666'

red 138 ◦ green 22 ◦ blue 102

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

Shades of Dark Purple #8A1666

Tints of Dark Purple #8A1666

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.4%

 BLUE value IS 102 (40.23% from 255) = 38.93%

R = 52.67%
G = 8.4%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#8A1666 (or 0x8A1666) is known color: Dark Purple. HEX triplet: 8A, 16 and 66. RGB value is (138,22,102). Sum of RGB (Red+Green+Blue) = 138+22+102=262 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.67% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1666 is #75E999. Grayscale: #414141. Windows color (decimal): -7727514 or 6690442. OLE color: 6690442.

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

Color convert

RGB 138 22 102 -
CMYK 0 0.84 0.26 0.46
HSL 318.62º 0.73% 0.31% -
HSV(B) 318.62º 0.84% 0.54% -
XYZ 13.17 6.94 13.22 -
YUV 65.8 148.43 179.5 -
System Red Green Blue C M Y K H S L
Decimal 138 22 102 0 0.84 0.26 0.46 318.62 0.73 0.31
Hex 8A 16 66 0 54 1A 2E 13F 48 1F
Octal 212 26 146 0 124 32 56 477 110 37
Binary 10001010 10110 1100110 0 1010100 11010 101110 100111111 1001000 11111

Color Harmonies of #8A1666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1666

Black with #8A1666

Text Example


Text Example

White with #8A1666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,22,102); }

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

background-color css

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

 a { background-color: rgb(138,22,102); }

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

border-color css

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

 span { border-color: rgb(138,22,102); }

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