#8242A9

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

Shades of Studio #8242A9

Tints of Studio #8242A9

Color information

#8242A9 (or 0x8242A9) is unknown color: approx Studio. HEX triplet: 82, 42 and A9. RGB value is (130,66,169). Sum of RGB (Red+Green+Blue) = 130+66+169=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 169 - color contains mainly: blue. Hex color #8242A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8242A9 is #7DBD56. Grayscale: #606060. Windows color (decimal): -8240471 or 11092610. OLE color: 11092610.

HSL color Cylindrical-coordinate representation of color #8242A9: hue angle of 277.28º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8242A9 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13066169-
CMYK0.230.6100.34
HSL277.28º43.83%46.08%-
HSV(B)277.28º60.95%66.27%-
XYZ18.3211.5138.79-
YUV96.88168.7151.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 66 (26.17% from 255) = 18.08%
BLUE value IS 169 (66.41% from 255) = 46.30%
R=35.62%
G=18.08%
B=46.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal130661690.230.6100.34277.2843.8346.08
Hex8242A9173D0221152c2e
Octal20210225127750424255456
Binary10000010100001010101001101111111010100010100010101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8242A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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