#8141AB

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

Shades of Studio #8141AB

Tints of Studio #8141AB

Color information

#8141AB (or 0x8141AB) is unknown color: approx Studio. HEX triplet: 81, 41 and AB. RGB value is (129,65,171). Sum of RGB (Red+Green+Blue) = 129+65+171=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #8141AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8141AB is #7EBE54. Grayscale: #5F5F5F. Windows color (decimal): -8306261 or 11223425. OLE color: 11223425.

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

Color convert

RGB12965171-
CMYK0.250.6200.33
HSL276.23º44.92%46.27%-
HSV(B)276.23º61.99%67.06%-
XYZ18.2911.3939.76-
YUV96.22170.2151.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.34%
GREEN value IS 65 (25.78% from 255) = 17.81%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=35.34%
G=17.81%
B=46.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129651710.250.6200.33276.2344.9246.27
Hex8141AB193E0211142d2e
Octal20110125331760414245556
Binary10000001100000110101011110011111100100001100010100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8141AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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