#84599F

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

Shades of Studio #84599F

Tints of Studio #84599F

Color information

#84599F (or 0x84599F) is unknown color: approx Studio. HEX triplet: 84, 59 and 9F. RGB value is (132,89,159). Sum of RGB (Red+Green+Blue) = 132+89+159=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #84599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84599F is #7BA660. Grayscale: #6D6D6D. Windows color (decimal): -8103521 or 10443140. OLE color: 10443140.

HSL color Cylindrical-coordinate representation of color #84599F: hue angle of 276.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84599F is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13289159-
CMYK0.170.4400.38
HSL276.86º28.23%48.63%-
HSV(B)276.86º44.03%62.35%-
XYZ19.3514.5534.59-
YUV109.84155.75143.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.74%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 159 (62.5% from 255) = 41.84%
R=34.74%
G=23.42%
B=41.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132891590.170.4400.38276.8628.2348.63
Hex84599F112C0261151c31
Octal20413123721540464253461
Binary1000010010110011001111110001101100010011010001010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84599F; }

 p { color: rgb(132,89,159); }

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

<style>
 a { background-color: #84599F; }

 a { background-color: rgb(132,89,159); }

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

<style>
 span { border-color: #84599F; }

 span { border-color: rgb(132,89,159); }

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