Html Css Color HEX #8A3471 Dark Purple

📋 copy color: '#8A3471'

red 138 ◦ green 52 ◦ blue 113

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

Shades of Dark Purple #8A3471

Tints of Dark Purple #8A3471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

 BLUE value IS 113 (44.53% from 255) = 37.29%

R = 45.54%
G = 17.16%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#8A3471 (or 0x8A3471) is known color: Dark Purple. HEX triplet: 8A, 34 and 71. RGB value is (138,52,113). Sum of RGB (Red+Green+Blue) = 138+52+113=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3471 is #75CB8E. Grayscale: #545454. Windows color (decimal): -7719823 or 7419018. OLE color: 7419018.

HSL color Cylindrical-coordinate representation of color #8A3471: hue angle of 317.44º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A3471 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 52 113 -
CMYK 0 0.62 0.18 0.46
HSL 317.44º 0.45% 0.37% -
HSV(B) 317.44º 0.62% 0.54% -
XYZ 14.69 9.05 16.6 -
YUV 84.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 138 52 113 0 0.62 0.18 0.46 317.44 0.45 0.37
Hex 8A 34 71 0 3E 12 2E 13D 2D 25
Octal 212 64 161 0 76 22 56 475 55 45
Binary 10001010 110100 1110001 0 111110 10010 101110 100111101 101101 100101

Color Harmonies of #8A3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3471

Black with #8A3471

Text Example


Text Example

White with #8A3471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,52,113); }

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

background-color css

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

 a { background-color: rgb(138,52,113); }

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

border-color css

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

 span { border-color: rgb(138,52,113); }

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