Html Css Color HEX #83559F Studio

📋 copy color: '#83559F'

red 131 ◦ green 85 ◦ blue 159

#83559F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #83559F

Tints of Studio #83559F

RGB

 RED value IS 131 (51.56% from 255) = 34.93%

 GREEN value IS 85 (33.59% from 255) = 22.67%

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 34.93%
G = 22.67%
B = 42.4%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83559F (or 0x83559F) is known color: Studio. HEX triplet: 83, 55 and 9F. RGB value is (131,85,159). Sum of RGB (Red+Green+Blue) = 131+85+159=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #83559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83559F is #7CAA60. Grayscale: #6A6A6A. Windows color (decimal): -8170081 or 10442115. OLE color: 10442115.

HSL color Cylindrical-coordinate representation of color #83559F: hue angle of 277.3º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83559F is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 85 159 -
CMYK 0.18 0.47 0 0.38
HSL 277.3º 0.3% 0.48% -
HSV(B) 277.3º 0.47% 0.62% -
XYZ 18.87 13.83 34.48 -
YUV 107.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 131 85 159 0.18 0.47 0 0.38 277.3 0.3 0.48
Hex 83 55 9F 12 2F 0 26 115 1E 30
Octal 203 125 237 22 57 0 46 425 36 60
Binary 10000011 1010101 10011111 10010 101111 0 100110 100010101 11110 110000

Color Harmonies of #83559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83559F

Black with #83559F

Text Example


Text Example

White with #83559F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83559F;
 }
 .AnyTagClassName
 {
   color: #83559F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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