#8257AD

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

Shades of Studio #8257AD

Tints of Studio #8257AD

Color information

#8257AD (or 0x8257AD) is unknown color: approx Studio. HEX triplet: 82, 57 and AD. RGB value is (130,87,173). Sum of RGB (Red+Green+Blue) = 130+87+173=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #8257AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8257AD is #7DA852. Grayscale: #6D6D6D. Windows color (decimal): -8235091 or 11360130. OLE color: 11360130.

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

Color convert

RGB13087173-
CMYK0.250.5000.32
HSL270º34.4%50.98%-
HSV(B)270º49.71%67.84%-
XYZ20.1614.5841.29-
YUV109.66163.75142.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 87 (34.38% from 255) = 22.31%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=33.33%
G=22.31%
B=44.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130871730.250.5000.3227034.450.98
Hex8257AD193202010e2233
Octal20212725531620404164263
Binary10000010101011110101101110011100100100000100001110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8257AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8257AD; }

 p { color: rgb(130,87,173); }

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

<style>
 a { background-color: #8257AD; }

 a { background-color: rgb(130,87,173); }

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

<style>
 span { border-color: #8257AD; }

 span { border-color: rgb(130,87,173); }

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