#8248B4

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

Shades of Studio #8248B4

Tints of Studio #8248B4

Color information

#8248B4 (or 0x8248B4) is unknown color: approx Studio. HEX triplet: 82, 48 and B4. RGB value is (130,72,180). Sum of RGB (Red+Green+Blue) = 130+72+180=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #8248B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8248B4 is #7DB74B. Grayscale: #656565. Windows color (decimal): -8238924 or 11815042. OLE color: 11815042.

HSL color Cylindrical-coordinate representation of color #8248B4: hue angle of 272.22º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8248B4 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13072180-
CMYK0.280.6000.29
HSL272.22º42.86%49.41%-
HSV(B)272.22º60%70.59%-
XYZ19.7612.6844.59-
YUV101.65172.22148.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.03%
GREEN value IS 72 (28.52% from 255) = 18.85%
BLUE value IS 180 (70.70% from 255) = 47.12%
R=34.03%
G=18.85%
B=47.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130721800.280.6000.29272.2242.8649.41
Hex8248B41C3C01D1102b31
Octal20211026434740354205361
Binary1000001010010001011010011100111100011101100010000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8248B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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