#8241AB

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

Shades of Studio #8241AB

Tints of Studio #8241AB

Color information

#8241AB (or 0x8241AB) is unknown color: approx Studio. HEX triplet: 82, 41 and AB. RGB value is (130,65,171). Sum of RGB (Red+Green+Blue) = 130+65+171=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #8241AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8241AB is #7DBE54. Grayscale: #606060. Windows color (decimal): -8240725 or 11223426. OLE color: 11223426.

HSL color Cylindrical-coordinate representation of color #8241AB: hue angle of 276.79º 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 #8241AB is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13065171-
CMYK0.240.6200.33
HSL276.79º44.92%46.27%-
HSV(B)276.79º61.99%67.06%-
XYZ18.4511.4739.77-
YUV96.52170.03151.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 65 (25.78% from 255) = 17.76%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=35.52%
G=17.76%
B=46.72%

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
Decimal130651710.240.6200.33276.7944.9246.27
Hex8241AB183E0211152d2e
Octal20210125330760414255556
Binary10000010100000110101011110001111100100001100010101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8241AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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