#8245A0

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

Shades of Studio #8245A0

Tints of Studio #8245A0

Color information

#8245A0 (or 0x8245A0) is unknown color: approx Studio. HEX triplet: 82, 45 and A0. RGB value is (130,69,160). Sum of RGB (Red+Green+Blue) = 130+69+160=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 160 - color contains mainly: blue. Hex color #8245A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8245A0 is #7DBA5F. Grayscale: #616161. Windows color (decimal): -8239712 or 10503554. OLE color: 10503554.

HSL color Cylindrical-coordinate representation of color #8245A0: hue angle of 280.22º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8245A0 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13069160-
CMYK0.190.5700.37
HSL280.22º39.74%44.9%-
HSV(B)280.22º56.88%62.75%-
XYZ17.6811.5434.55-
YUV97.61163.21151.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 160 (62.89% from 255) = 44.57%
R=36.21%
G=19.22%
B=44.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal130691600.190.5700.37280.2239.7444.9
Hex8245A01339025118282d
Octal20210524023710454305055
Binary10000010100010110100000100111110010100101100011000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8245A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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