#8258AA

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

Shades of Studio #8258AA

Tints of Studio #8258AA

Color information

#8258AA (or 0x8258AA) is unknown color: approx Studio. HEX triplet: 82, 58 and AA. RGB value is (130,88,170). Sum of RGB (Red+Green+Blue) = 130+88+170=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #8258AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8258AA is #7DA755. Grayscale: #6D6D6D. Windows color (decimal): -8234838 or 11163778. OLE color: 11163778.

HSL color Cylindrical-coordinate representation of color #8258AA: hue angle of 270.73º degrees, saturation: 0.33, 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 #8258AA is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13088170-
CMYK0.240.4800.33
HSL270.73º32.54%50.59%-
HSV(B)270.73º48.24%66.67%-
XYZ19.9514.6339.8-
YUV109.91161.91142.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.51%
GREEN value IS 88 (34.77% from 255) = 22.68%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=33.51%
G=22.68%
B=43.81%

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
Decimal130881700.240.4800.33270.7332.5450.59
Hex8258AA183002110f2133
Octal20213025230600414174163
Binary10000010101100010101010110001100000100001100001111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8258AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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