#8041AF

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

Shades of Studio #8041AF

Tints of Studio #8041AF

Color information

#8041AF (or 0x8041AF) is unknown color: approx Studio. HEX triplet: 80, 41 and AF. RGB value is (128,65,175). Sum of RGB (Red+Green+Blue) = 128+65+175=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #8041AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8041AF is #7FBE50. Grayscale: #606060. Windows color (decimal): -8371793 or 11485568. OLE color: 11485568.

HSL color Cylindrical-coordinate representation of color #8041AF: hue angle of 274.36º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8041AF is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12865175-
CMYK0.270.6300.31
HSL274.36º45.83%47.06%-
HSV(B)274.36º62.86%68.63%-
XYZ18.5311.4641.79-
YUV96.38172.37150.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.78%
GREEN value IS 65 (25.78% from 255) = 17.66%
BLUE value IS 175 (68.75% from 255) = 47.55%
R=34.78%
G=17.66%
B=47.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128651750.270.6300.31274.3645.8347.06
Hex8041AF1B3F01F1122e2f
Octal20010125733770374225657
Binary1000000010000011010111111011111111011111100010010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8041AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8041AF; }

 p { color: rgb(128,65,175); }

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

<style>
 a { background-color: #8041AF; }

 a { background-color: rgb(128,65,175); }

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

<style>
 span { border-color: #8041AF; }

 span { border-color: rgb(128,65,175); }

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