#8240A9

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

Shades of Studio #8240A9

Tints of Studio #8240A9

Color information

#8240A9 (or 0x8240A9) is unknown color: approx Studio. HEX triplet: 82, 40 and A9. RGB value is (130,64,169). Sum of RGB (Red+Green+Blue) = 130+64+169=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #8240A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8240A9 is #7DBF56. Grayscale: #5F5F5F. Windows color (decimal): -8240983 or 11092098. OLE color: 11092098.

HSL color Cylindrical-coordinate representation of color #8240A9: hue angle of 277.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8240A9 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13064169-
CMYK0.230.6200.34
HSL277.71º45.06%45.69%-
HSV(B)277.71º62.13%66.27%-
XYZ18.211.2838.75-
YUV95.7169.37152.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 64 (25.39% from 255) = 17.63%
BLUE value IS 169 (66.41% from 255) = 46.56%
R=35.81%
G=17.63%
B=46.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal130641690.230.6200.34277.7145.0645.69
Hex8240A9173E0221162d2e
Octal20210025127760424265556
Binary10000010100000010101001101111111100100010100010110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8240A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8240A9; }

 p { color: rgb(130,64,169); }

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

<style>
 a { background-color: #8240A9; }

 a { background-color: rgb(130,64,169); }

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

<style>
 span { border-color: #8240A9; }

 span { border-color: rgb(130,64,169); }

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