#8244AD

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

Shades of Studio #8244AD

Tints of Studio #8244AD

Color information

#8244AD (or 0x8244AD) is unknown color: approx Studio. HEX triplet: 82, 44 and AD. RGB value is (130,68,173). Sum of RGB (Red+Green+Blue) = 130+68+173=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #8244AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8244AD is #7DBB52. Grayscale: #626262. Windows color (decimal): -8239955 or 11355266. OLE color: 11355266.

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

Color convert

RGB13068173-
CMYK0.250.6100.32
HSL275.43º43.57%47.25%-
HSV(B)275.43º60.69%67.84%-
XYZ18.8211.940.84-
YUV98.51170.04150.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 68 (26.95% from 255) = 18.33%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=35.04%
G=18.33%
B=46.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130681730.250.6100.32275.4343.5747.25
Hex8244AD193D0201132c2f
Octal20210425531750404235457
Binary10000010100010010101101110011111010100000100010011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8244AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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