Html Css Color HEX #8A3071 Dark Purple

📋 copy color: '#8A3071'

red 138 ◦ green 48 ◦ blue 113

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

Shades of Dark Purple #8A3071

Tints of Dark Purple #8A3071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.05%

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

R = 46.15%
G = 16.05%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#8A3071 (or 0x8A3071) is known color: Dark Purple. HEX triplet: 8A, 30 and 71. RGB value is (138,48,113). Sum of RGB (Red+Green+Blue) = 138+48+113=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3071 is #75CF8E. Grayscale: #525252. Windows color (decimal): -7720847 or 7417994. OLE color: 7417994.

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

Color convert

RGB 138 48 113 -
CMYK 0 0.65 0.18 0.46
HSL 316.67º 0.48% 0.36% -
HSV(B) 316.67º 0.65% 0.54% -
XYZ 14.52 8.71 16.54 -
YUV 82.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 138 48 113 0 0.65 0.18 0.46 316.67 0.48 0.36
Hex 8A 30 71 0 41 12 2E 13D 30 24
Octal 212 60 161 0 101 22 56 475 60 44
Binary 10001010 110000 1110001 0 1000001 10010 101110 100111101 110000 100100

Color Harmonies of #8A3071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3071

Black with #8A3071

Text Example


Text Example

White with #8A3071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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