#83589D

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

Shades of Studio #83589D

Tints of Studio #83589D

Color information

#83589D (or 0x83589D) is unknown color: approx Studio. HEX triplet: 83, 58 and 9D. RGB value is (131,88,157). Sum of RGB (Red+Green+Blue) = 131+88+157=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #83589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83589D is #7CA762. Grayscale: #6C6C6C. Windows color (decimal): -8169315 or 10311811. OLE color: 10311811.

HSL color Cylindrical-coordinate representation of color #83589D: 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 #83589D is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13188157-
CMYK0.170.4400.38
HSL277.39º28.16%48.04%-
HSV(B)277.39º43.95%61.57%-
XYZ18.9414.2433.65-
YUV108.72155.25143.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.84%
GREEN value IS 88 (34.77% from 255) = 23.40%
BLUE value IS 157 (61.72% from 255) = 41.76%
R=34.84%
G=23.40%
B=41.76%

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
Decimal131881570.170.4400.38277.3928.1648.04
Hex83589D112C0261151c30
Octal20313023521540464253460
Binary1000001110110001001110110001101100010011010001010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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