#8256AE

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

Shades of Studio #8256AE

Tints of Studio #8256AE

Color information

#8256AE (or 0x8256AE) is unknown color: approx Studio. HEX triplet: 82, 56 and AE. RGB value is (130,86,174). Sum of RGB (Red+Green+Blue) = 130+86+174=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #8256AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8256AE is #7DA951. Grayscale: #6C6C6C. Windows color (decimal): -8235346 or 11425410. OLE color: 11425410.

HSL color Cylindrical-coordinate representation of color #8256AE: hue angle of 270º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8256AE is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13086174-
CMYK0.250.5100.32
HSL270º35.2%50.98%-
HSV(B)270º50.57%68.24%-
XYZ20.1714.4641.77-
YUV109.19164.58142.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 86 (33.98% from 255) = 22.05%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=33.33%
G=22.05%
B=44.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130861740.250.5100.3227035.250.98
Hex8256AE193302010e2333
Octal20212625631630404164363
Binary10000010101011010101110110011100110100000100001110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8256AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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