#8047AD

Color #8047AD Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #8047AD

Tints of Studio #8047AD

Color information

#8047AD (or 0x8047AD) is unknown color: approx Studio. HEX triplet: 80, 47 and AD. RGB value is (128,71,173). Sum of RGB (Red+Green+Blue) = 128+71+173=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #8047AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8047AD is #7FB852. Grayscale: #636363. Windows color (decimal): -8370259 or 11356032. OLE color: 11356032.

HSL color Cylindrical-coordinate representation of color #8047AD: hue angle of 273.53º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8047AD is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12871173-
CMYK0.260.5900.32
HSL273.53º41.8%47.84%-
HSV(B)273.53º58.96%67.84%-
XYZ18.712.1140.89-
YUV99.67169.38148.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.41%
GREEN value IS 71 (28.12% from 255) = 19.09%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=34.41%
G=19.09%
B=46.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128711730.260.5900.32273.5341.847.84
Hex8047AD1A3B0201122a30
Octal20010725532730404225260
Binary10000000100011110101101110101110110100000100010010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8047AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8047AD; }

 p { color: rgb(128,71,173); }

 H1.HeaderClassName
 {
   color: #8047AD;
 }
 .AnyTagClassName
 {
   color: #8047AD;
 }
</style>
background-color css

<style>
 a { background-color: #8047AD; }

 a { background-color: rgb(128,71,173); }

 div.DivClassName
 {
   background-color: #8047AD;
 }
 .BgClassName
 {
   background-color: #8047AD;
 }
</style>
border-color css

<style>
 span { border-color: #8047AD; }

 span { border-color: rgb(128,71,173); }

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