Html Css Color HEX #8A1566 Dark Purple

📋 copy color: '#8A1566'

red 138 ◦ green 21 ◦ blue 102

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

Shades of Dark Purple #8A1566

Tints of Dark Purple #8A1566

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.05%

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

R = 52.87%
G = 8.05%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#8A1566 (or 0x8A1566) is known color: Dark Purple. HEX triplet: 8A, 15 and 66. RGB value is (138,21,102). Sum of RGB (Red+Green+Blue) = 138+21+102=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1566 is #75EA99. Grayscale: #414141. Windows color (decimal): -7727770 or 6690186. OLE color: 6690186.

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

Color convert

RGB 138 21 102 -
CMYK 0 0.85 0.26 0.46
HSL 318.46º 0.74% 0.31% -
HSV(B) 318.46º 0.85% 0.54% -
XYZ 13.15 6.9 13.21 -
YUV 65.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 138 21 102 0 0.85 0.26 0.46 318.46 0.74 0.31
Hex 8A 15 66 0 55 1A 2E 13E 4A 1F
Octal 212 25 146 0 125 32 56 476 112 37
Binary 10001010 10101 1100110 0 1010101 11010 101110 100111110 1001010 11111

Color Harmonies of #8A1566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1566

Black with #8A1566

Text Example


Text Example

White with #8A1566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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