#8249A1

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

Shades of Studio #8249A1

Tints of Studio #8249A1

Color information

#8249A1 (or 0x8249A1) is unknown color: approx Studio. HEX triplet: 82, 49 and A1. RGB value is (130,73,161). Sum of RGB (Red+Green+Blue) = 130+73+161=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 161 (63.28% from 255 or 44.23% from 364); Max value from RGB is 161 - color contains mainly: blue. Hex color #8249A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8249A1 is #7DB65E. Grayscale: #636363. Windows color (decimal): -8238687 or 10570114. OLE color: 10570114.

HSL color Cylindrical-coordinate representation of color #8249A1: hue angle of 278.86º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8249A1 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13073161-
CMYK0.190.5500.37
HSL278.86º37.61%45.88%-
HSV(B)278.86º54.66%63.14%-
XYZ18.0212.0835.1-
YUV100.08162.38149.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 73 (28.91% from 255) = 20.05%
BLUE value IS 161 (63.28% from 255) = 44.23%
R=35.71%
G=20.05%
B=44.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal130731610.190.5500.37278.8637.6145.88
Hex8249A11337025117262e
Octal20211124123670454274656
Binary10000010100100110100001100111101110100101100010111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8249A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8249A1; }

 p { color: rgb(130,73,161); }

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

<style>
 a { background-color: #8249A1; }

 a { background-color: rgb(130,73,161); }

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

<style>
 span { border-color: #8249A1; }

 span { border-color: rgb(130,73,161); }

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