#8248AB

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

Shades of Studio #8248AB

Tints of Studio #8248AB

Color information

#8248AB (or 0x8248AB) is unknown color: approx Studio. HEX triplet: 82, 48 and AB. RGB value is (130,72,171). Sum of RGB (Red+Green+Blue) = 130+72+171=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #8248AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8248AB is #7DB754. Grayscale: #646464. Windows color (decimal): -8238933 or 11225218. OLE color: 11225218.

HSL color Cylindrical-coordinate representation of color #8248AB: hue angle of 275.15º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8248AB is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13072171-
CMYK0.240.5800.33
HSL275.15º40.74%47.65%-
HSV(B)275.15º57.89%67.06%-
XYZ18.8712.3239.91-
YUV100.63167.72148.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 72 (28.52% from 255) = 19.30%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=34.85%
G=19.30%
B=45.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130721710.240.5800.33275.1540.7447.65
Hex8248AB183A0211132930
Octal20211025330720414235160
Binary10000010100100010101011110001110100100001100010011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8248AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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