Html Css Color HEX #8A3073 Dark Purple

📋 copy color: '#8A3073'

red 138 ◦ green 48 ◦ blue 115

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

Shades of Dark Purple #8A3073

Tints of Dark Purple #8A3073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.21%

R = 45.85%
G = 15.95%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#8A3073 (or 0x8A3073) is known color: Dark Purple. HEX triplet: 8A, 30 and 73. RGB value is (138,48,115). Sum of RGB (Red+Green+Blue) = 138+48+115=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3073 is #75CF8C. Grayscale: #525252. Windows color (decimal): -7720845 or 7549066. OLE color: 7549066.

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

Color convert

RGB 138 48 115 -
CMYK 0 0.65 0.17 0.46
HSL 315.33º 0.48% 0.36% -
HSV(B) 315.33º 0.65% 0.54% -
XYZ 14.63 8.75 17.14 -
YUV 82.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 138 48 115 0 0.65 0.17 0.46 315.33 0.48 0.36
Hex 8A 30 73 0 41 11 2E 13B 30 24
Octal 212 60 163 0 101 21 56 473 60 44
Binary 10001010 110000 1110011 0 1000001 10001 101110 100111011 110000 100100

Color Harmonies of #8A3073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3073

Black with #8A3073

Text Example


Text Example

White with #8A3073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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