#8245A2

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

Shades of Studio #8245A2

Tints of Studio #8245A2

Color information

#8245A2 (or 0x8245A2) is unknown color: approx Studio. HEX triplet: 82, 45 and A2. RGB value is (130,69,162). Sum of RGB (Red+Green+Blue) = 130+69+162=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 162 - color contains mainly: blue. Hex color #8245A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8245A2 is #7DBA5D. Grayscale: #616161. Windows color (decimal): -8239710 or 10634626. OLE color: 10634626.

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

Color convert

RGB13069162-
CMYK0.200.5700.36
HSL279.35º40.26%45.29%-
HSV(B)279.35º57.41%63.53%-
XYZ17.8611.6135.48-
YUV97.84164.21150.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 162 (63.67% from 255) = 44.88%
R=36.01%
G=19.11%
B=44.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130691620.200.5700.36279.3540.2645.29
Hex8245A21439024117282d
Octal20210524224710444275055
Binary10000010100010110100010101001110010100100100010111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8245A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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