Html Css Color HEX #8A376C Dark Purple

📋 copy color: '#8A376C'

red 138 ◦ green 55 ◦ blue 108

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

Shades of Dark Purple #8A376C

Tints of Dark Purple #8A376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.27%

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 45.85%
G = 18.27%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#8A376C (or 0x8A376C) is known color: Dark Purple. HEX triplet: 8A, 37 and 6C. RGB value is (138,55,108). Sum of RGB (Red+Green+Blue) = 138+55+108=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A376C is #75C893. Grayscale: #555555. Windows color (decimal): -7719060 or 7092106. OLE color: 7092106.

HSL color Cylindrical-coordinate representation of color #8A376C: hue angle of 321.69º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A376C is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 55 108 -
CMYK 0 0.60 0.22 0.46
HSL 321.69º 0.43% 0.38% -
HSV(B) 321.69º 0.6% 0.54% -
XYZ 14.55 9.22 15.2 -
YUV 85.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 138 55 108 0 0.60 0.22 0.46 321.69 0.43 0.38
Hex 8A 37 6C 0 3C 16 2E 142 2B 26
Octal 212 67 154 0 74 26 56 502 53 46
Binary 10001010 110111 1101100 0 111100 10110 101110 101000010 101011 100110

Color Harmonies of #8A376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A376C

Black with #8A376C

Text Example


Text Example

White with #8A376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,55,108); }

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

background-color css

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

 a { background-color: rgb(138,55,108); }

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

border-color css

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

 span { border-color: rgb(138,55,108); }

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