#8259AA

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

Shades of Studio #8259AA

Tints of Studio #8259AA

Color information

#8259AA (or 0x8259AA) is unknown color: approx Studio. HEX triplet: 82, 59 and AA. RGB value is (130,89,170). Sum of RGB (Red+Green+Blue) = 130+89+170=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #8259AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8259AA is #7DA655. Grayscale: #6E6E6E. Windows color (decimal): -8234582 or 11164034. OLE color: 11164034.

HSL color Cylindrical-coordinate representation of color #8259AA: hue angle of 270.37º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8259AA is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13089170-
CMYK0.240.4800.33
HSL270.37º32.27%50.78%-
HSV(B)270.37º47.65%66.67%-
XYZ20.0314.7939.83-
YUV110.49161.58141.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.42%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=33.42%
G=22.88%
B=43.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130891700.240.4800.33270.3732.2750.78
Hex8259AA183002110e2033
Octal20213125230600414164063
Binary10000010101100110101010110001100000100001100001110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8259AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8259AA; }

 p { color: rgb(130,89,170); }

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

<style>
 a { background-color: #8259AA; }

 a { background-color: rgb(130,89,170); }

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

<style>
 span { border-color: #8259AA; }

 span { border-color: rgb(130,89,170); }

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