Html Css Color HEX #8A1377 Dark Purple

📋 copy color: '#8A1377'

red 138 ◦ green 19 ◦ blue 119

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

Shades of Dark Purple #8A1377

Tints of Dark Purple #8A1377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

 BLUE value IS 119 (46.88% from 255) = 43.12%

R = 50%
G = 6.88%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#8A1377 (or 0x8A1377) is known color: Dark Purple. HEX triplet: 8A, 13 and 77. RGB value is (138,19,119). Sum of RGB (Red+Green+Blue) = 138+19+119=276 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1377 is #75EC88. Grayscale: #414141. Windows color (decimal): -7728265 or 7803786. OLE color: 7803786.

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

Color convert

RGB 138 19 119 -
CMYK 0 0.86 0.14 0.46
HSL 309.58º 0.76% 0.31% -
HSV(B) 309.58º 0.86% 0.54% -
XYZ 14.04 7.2 18.1 -
YUV 65.98 157.92 179.37 -
System Red Green Blue C M Y K H S L
Decimal 138 19 119 0 0.86 0.14 0.46 309.58 0.76 0.31
Hex 8A 13 77 0 56 E 2E 136 4C 1F
Octal 212 23 167 0 126 16 56 466 114 37
Binary 10001010 10011 1110111 0 1010110 1110 101110 100110110 1001100 11111

Color Harmonies of #8A1377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1377

Black with #8A1377

Text Example


Text Example

White with #8A1377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,19,119); }

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

background-color css

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

 a { background-color: rgb(138,19,119); }

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

border-color css

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

 span { border-color: rgb(138,19,119); }

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