#8256AB

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

Shades of Studio #8256AB

Tints of Studio #8256AB

Color information

#8256AB (or 0x8256AB) is unknown color: approx Studio. HEX triplet: 82, 56 and AB. RGB value is (130,86,171). Sum of RGB (Red+Green+Blue) = 130+86+171=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #8256AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8256AB is #7DA954. Grayscale: #6C6C6C. Windows color (decimal): -8235349 or 11228802. OLE color: 11228802.

HSL color Cylindrical-coordinate representation of color #8256AB: hue angle of 271.06º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8256AB is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13086171-
CMYK0.240.5000.33
HSL271.06º33.6%50.39%-
HSV(B)271.06º49.71%67.06%-
XYZ19.8814.3440.25-
YUV108.85163.08143.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.59%
GREEN value IS 86 (33.98% from 255) = 22.22%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=33.59%
G=22.22%
B=44.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130861710.240.5000.33271.0633.650.39
Hex8256AB183202110f2232
Octal20212625330620414174262
Binary10000010101011010101011110001100100100001100001111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8256AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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