#8241AA

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

Shades of Studio #8241AA

Tints of Studio #8241AA

Color information

#8241AA (or 0x8241AA) is unknown color: approx Studio. HEX triplet: 82, 41 and AA. RGB value is (130,65,170). Sum of RGB (Red+Green+Blue) = 130+65+170=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #8241AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8241AA is #7DBE55. Grayscale: #606060. Windows color (decimal): -8240726 or 11157890. OLE color: 11157890.

HSL color Cylindrical-coordinate representation of color #8241AA: hue angle of 277.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8241AA is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13065170-
CMYK0.240.6200.33
HSL277.14º44.68%46.08%-
HSV(B)277.14º61.76%66.67%-
XYZ18.3511.4339.27-
YUV96.4169.53151.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 65 (25.78% from 255) = 17.81%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=35.62%
G=17.81%
B=46.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130651700.240.6200.33277.1444.6846.08
Hex8241AA183E0211152d2e
Octal20210125230760414255556
Binary10000010100000110101010110001111100100001100010101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8241AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8241AA; }

 p { color: rgb(130,65,170); }

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

<style>
 a { background-color: #8241AA; }

 a { background-color: rgb(130,65,170); }

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

<style>
 span { border-color: #8241AA; }

 span { border-color: rgb(130,65,170); }

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