#8241AE

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

Shades of Studio #8241AE

Tints of Studio #8241AE

Color information

#8241AE (or 0x8241AE) is unknown color: approx Studio. HEX triplet: 82, 41 and AE. RGB value is (130,65,174). Sum of RGB (Red+Green+Blue) = 130+65+174=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #8241AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8241AE is #7DBE51. Grayscale: #606060. Windows color (decimal): -8240722 or 11420034. OLE color: 11420034.

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

Color convert

RGB13065174-
CMYK0.250.6300.32
HSL275.78º45.61%46.86%-
HSV(B)275.78º62.64%68.24%-
XYZ18.7411.5841.29-
YUV96.86171.53151.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 65 (25.78% from 255) = 17.62%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=35.23%
G=17.62%
B=47.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130651740.250.6300.32275.7845.6146.86
Hex8241AE193F0201142e2f
Octal20210125631770404245657
Binary10000010100000110101110110011111110100000100010100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8241AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8241AE; }

 p { color: rgb(130,65,174); }

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

<style>
 a { background-color: #8241AE; }

 a { background-color: rgb(130,65,174); }

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

<style>
 span { border-color: #8241AE; }

 span { border-color: rgb(130,65,174); }

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