#83589B

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

Shades of Studio #83589B

Tints of Studio #83589B

Color information

#83589B (or 0x83589B) is unknown color: approx Studio. HEX triplet: 83, 58 and 9B. RGB value is (131,88,155). Sum of RGB (Red+Green+Blue) = 131+88+155=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #83589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83589B is #7CA764. Grayscale: #6C6C6C. Windows color (decimal): -8169317 or 10180739. OLE color: 10180739.

HSL color Cylindrical-coordinate representation of color #83589B: hue angle of 278.51º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83589B is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13188155-
CMYK0.150.4300.39
HSL278.51º27.57%47.65%-
HSV(B)278.51º43.23%60.78%-
XYZ18.7714.1732.76-
YUV108.49154.25144.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.03%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=35.03%
G=23.53%
B=41.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131881550.150.4300.39278.5127.5747.65
Hex83589BF2B0271171c30
Octal20313023317530474273460
Binary100000111011000100110111111101011010011110001011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83589B; }

 p { color: rgb(131,88,155); }

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

<style>
 a { background-color: #83589B; }

 a { background-color: rgb(131,88,155); }

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

<style>
 span { border-color: #83589B; }

 span { border-color: rgb(131,88,155); }

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