#8245AA

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

Shades of Studio #8245AA

Tints of Studio #8245AA

Color information

#8245AA (or 0x8245AA) is unknown color: approx Studio. HEX triplet: 82, 45 and AA. RGB value is (130,69,170). Sum of RGB (Red+Green+Blue) = 130+69+170=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #8245AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8245AA is #7DBA55. Grayscale: #626262. Windows color (decimal): -8239702 or 11158914. OLE color: 11158914.

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

Color convert

RGB13069170-
CMYK0.240.5900.33
HSL276.24º42.26%46.86%-
HSV(B)276.24º59.41%66.67%-
XYZ18.5911.939.35-
YUV98.75168.21150.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=35.23%
G=18.70%
B=46.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130691700.240.5900.33276.2442.2646.86
Hex8245AA183B0211142a2f
Octal20210525230730414245257
Binary10000010100010110101010110001110110100001100010100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8245AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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