#8040AD

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

Shades of Studio #8040AD

Tints of Studio #8040AD

Color information

#8040AD (or 0x8040AD) is unknown color: approx Studio. HEX triplet: 80, 40 and AD. RGB value is (128,64,173). Sum of RGB (Red+Green+Blue) = 128+64+173=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #8040AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8040AD is #7FBF52. Grayscale: #5F5F5F. Windows color (decimal): -8372051 or 11354240. OLE color: 11354240.

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

Color convert

RGB12864173-
CMYK0.260.6300.32
HSL275.23º45.99%46.47%-
HSV(B)275.23º63.01%67.84%-
XYZ18.2811.2740.75-
YUV95.56171.7151.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 64 (25.39% from 255) = 17.53%
BLUE value IS 173 (67.97% from 255) = 47.40%
R=35.07%
G=17.53%
B=47.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128641730.260.6300.32275.2345.9946.47
Hex8040AD1A3F0201132e2e
Octal20010025532770404235656
Binary10000000100000010101101110101111110100000100010011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8040AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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