#8248AE

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

Shades of Studio #8248AE

Tints of Studio #8248AE

Color information

#8248AE (or 0x8248AE) is unknown color: approx Studio. HEX triplet: 82, 48 and AE. RGB value is (130,72,174). Sum of RGB (Red+Green+Blue) = 130+72+174=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #8248AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8248AE is #7DB751. Grayscale: #646464. Windows color (decimal): -8238930 or 11421826. OLE color: 11421826.

HSL color Cylindrical-coordinate representation of color #8248AE: hue angle of 274.12º degrees, saturation: 0.41, 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 #8248AE is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13072174-
CMYK0.250.5900.32
HSL274.12º41.46%48.24%-
HSV(B)274.12º58.62%68.24%-
XYZ19.1612.4441.43-
YUV100.97169.22148.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.57%
GREEN value IS 72 (28.52% from 255) = 19.15%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=34.57%
G=19.15%
B=46.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130721740.250.5900.32274.1241.4648.24
Hex8248AE193B0201122930
Octal20211025631730404225160
Binary10000010100100010101110110011110110100000100010010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8248AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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