#8244AB

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

Shades of Studio #8244AB

Tints of Studio #8244AB

Color information

#8244AB (or 0x8244AB) is unknown color: approx Studio. HEX triplet: 82, 44 and AB. RGB value is (130,68,171). Sum of RGB (Red+Green+Blue) = 130+68+171=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #8244AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8244AB is #7DBB54. Grayscale: #616161. Windows color (decimal): -8239957 or 11224194. OLE color: 11224194.

HSL color Cylindrical-coordinate representation of color #8244AB: hue angle of 276.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8244AB is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13068171-
CMYK0.240.6000.33
HSL276.12º43.1%46.86%-
HSV(B)276.12º60.23%67.06%-
XYZ18.6211.8239.83-
YUV98.28169.04150.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 68 (26.95% from 255) = 18.43%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=35.23%
G=18.43%
B=46.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130681710.240.6000.33276.1243.146.86
Hex8244AB183C0211142b2f
Octal20210425330740414245357
Binary10000010100010010101011110001111000100001100010100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8244AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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