#8256A7

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

Shades of Studio #8256A7

Tints of Studio #8256A7

Color information

#8256A7 (or 0x8256A7) is unknown color: approx Studio. HEX triplet: 82, 56 and A7. RGB value is (130,86,167). Sum of RGB (Red+Green+Blue) = 130+86+167=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 167 (65.62% from 255 or 43.60% from 383); Max value from RGB is 167 - color contains mainly: blue. Hex color #8256A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8256A7 is #7DA958. Grayscale: #6C6C6C. Windows color (decimal): -8235353 or 10966658. OLE color: 10966658.

HSL color Cylindrical-coordinate representation of color #8256A7: hue angle of 272.59º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8256A7 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13086167-
CMYK0.220.4900.35
HSL272.59º32.02%49.61%-
HSV(B)272.59º48.5%65.49%-
XYZ19.5114.1938.27-
YUV108.39161.08143.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 167 (65.62% from 255) = 43.60%
R=33.94%
G=22.45%
B=43.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal130861670.220.4900.35272.5932.0249.61
Hex8256A716310231112032
Octal20212624726610434214062
Binary10000010101011010100111101101100010100011100010001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8256A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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