Html Css Color HEX #8A3070 Dark Purple

📋 copy color: '#8A3070'

red 138 ◦ green 48 ◦ blue 112

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

Shades of Dark Purple #8A3070

Tints of Dark Purple #8A3070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.58%

R = 46.31%
G = 16.11%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#8A3070 (or 0x8A3070) is known color: Dark Purple. HEX triplet: 8A, 30 and 70. RGB value is (138,48,112). Sum of RGB (Red+Green+Blue) = 138+48+112=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3070 is #75CF8F. Grayscale: #525252. Windows color (decimal): -7720848 or 7352458. OLE color: 7352458.

HSL color Cylindrical-coordinate representation of color #8A3070: hue angle of 317.33º 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 #8A3070 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 48 112 -
CMYK 0 0.65 0.19 0.46
HSL 317.33º 0.48% 0.36% -
HSV(B) 317.33º 0.65% 0.54% -
XYZ 14.46 8.69 16.24 -
YUV 82.21 144.82 167.8 -
System Red Green Blue C M Y K H S L
Decimal 138 48 112 0 0.65 0.19 0.46 317.33 0.48 0.36
Hex 8A 30 70 0 41 13 2E 13D 30 24
Octal 212 60 160 0 101 23 56 475 60 44
Binary 10001010 110000 1110000 0 1000001 10011 101110 100111101 110000 100100

Color Harmonies of #8A3070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3070

Black with #8A3070

Text Example


Text Example

White with #8A3070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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