#8242A5

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

Shades of Studio #8242A5

Tints of Studio #8242A5

Color information

#8242A5 (or 0x8242A5) is unknown color: approx Studio. HEX triplet: 82, 42 and A5. RGB value is (130,66,165). Sum of RGB (Red+Green+Blue) = 130+66+165=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 165 - color contains mainly: blue. Hex color #8242A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8242A5 is #7DBD5A. Grayscale: #606060. Windows color (decimal): -8240475 or 10830466. OLE color: 10830466.

HSL color Cylindrical-coordinate representation of color #8242A5: hue angle of 278.79º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8242A5 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13066165-
CMYK0.210.6000.35
HSL278.79º42.86%45.29%-
HSV(B)278.79º60%64.71%-
XYZ17.9511.3636.84-
YUV96.42166.7151.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 66 (26.17% from 255) = 18.28%
BLUE value IS 165 (64.84% from 255) = 45.71%
R=36.01%
G=18.28%
B=45.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal130661650.210.6000.35278.7942.8645.29
Hex8242A5153C0231172b2d
Octal20210224525740434275355
Binary10000010100001010100101101011111000100011100010111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8242A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8242A5; }

 p { color: rgb(130,66,165); }

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

<style>
 a { background-color: #8242A5; }

 a { background-color: rgb(130,66,165); }

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

<style>
 span { border-color: #8242A5; }

 span { border-color: rgb(130,66,165); }

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