#8458A9

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

Shades of Studio #8458A9

Tints of Studio #8458A9

Color information

#8458A9 (or 0x8458A9) is unknown color: approx Studio. HEX triplet: 84, 58 and A9. RGB value is (132,88,169). Sum of RGB (Red+Green+Blue) = 132+88+169=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 169 (66.41% from 255 or 43.44% from 389); Max value from RGB is 169 - color contains mainly: blue. Hex color #8458A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8458A9 is #7BA756. Grayscale: #6E6E6E. Windows color (decimal): -8103767 or 11098244. OLE color: 11098244.

HSL color Cylindrical-coordinate representation of color #8458A9: hue angle of 272.59º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8458A9 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13288169-
CMYK0.220.4800.34
HSL272.59º32.02%50.39%-
HSV(B)272.59º47.93%66.27%-
XYZ20.1714.7539.32-
YUV110.39161.08143.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.93%
GREEN value IS 88 (34.77% from 255) = 22.62%
BLUE value IS 169 (66.41% from 255) = 43.44%
R=33.93%
G=22.62%
B=43.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal132881690.220.4800.34272.5932.0250.39
Hex8458A916300221112032
Octal20413025126600424214062
Binary10000100101100010101001101101100000100010100010001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8458A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,88,169); }

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

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

 a { background-color: rgb(132,88,169); }

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

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

 span { border-color: rgb(132,88,169); }

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