#84599E

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

Shades of Studio #84599E

Tints of Studio #84599E

Color information

#84599E (or 0x84599E) is unknown color: approx Studio. HEX triplet: 84, 59 and 9E. RGB value is (132,89,158). Sum of RGB (Red+Green+Blue) = 132+89+158=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #84599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84599E is #7BA661. Grayscale: #6D6D6D. Windows color (decimal): -8103522 or 10377604. OLE color: 10377604.

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

Color convert

RGB13289158-
CMYK0.160.4400.38
HSL277.39º27.94%48.43%-
HSV(B)277.39º43.67%61.96%-
XYZ19.2614.5234.14-
YUV109.72155.25143.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.83%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=34.83%
G=23.48%
B=41.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132891580.160.4400.38277.3927.9448.43
Hex84599E102C0261151c30
Octal20413123620540464253460
Binary1000010010110011001111010000101100010011010001010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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