#83599F

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

Shades of Studio #83599F

Tints of Studio #83599F

Color information

#83599F (or 0x83599F) is unknown color: approx Studio. HEX triplet: 83, 59 and 9F. RGB value is (131,89,159). Sum of RGB (Red+Green+Blue) = 131+89+159=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #83599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83599F is #7CA660. Grayscale: #6D6D6D. Windows color (decimal): -8169057 or 10443139. OLE color: 10443139.

HSL color Cylindrical-coordinate representation of color #83599F: hue angle of 276º 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 #83599F is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13189159-
CMYK0.180.4400.38
HSL276º28.23%48.63%-
HSV(B)276º44.03%62.35%-
XYZ19.1914.4734.58-
YUV109.54155.91143.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 159 (62.5% from 255) = 41.95%
R=34.56%
G=23.48%
B=41.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131891590.180.4400.3827628.2348.63
Hex83599F122C0261141c31
Octal20313123722540464243461
Binary1000001110110011001111110010101100010011010001010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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