Html Css Color HEX #83559D Studio

📋 copy color: '#83559D'

red 131 ◦ green 85 ◦ blue 157

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

Shades of Studio #83559D

Tints of Studio #83559D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.09%

R = 35.12%
G = 22.79%
B = 42.09%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83559D (or 0x83559D) is known color: Studio. HEX triplet: 83, 55 and 9D. RGB value is (131,85,157). Sum of RGB (Red+Green+Blue) = 131+85+157=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #83559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83559D is #7CAA62. Grayscale: #6A6A6A. Windows color (decimal): -8170083 or 10311043. OLE color: 10311043.

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

Color convert

RGB 131 85 157 -
CMYK 0.17 0.46 0 0.38
HSL 278.33º 0.3% 0.47% -
HSV(B) 278.33º 0.46% 0.62% -
XYZ 18.69 13.76 33.57 -
YUV 106.96 156.24 145.15 -
System Red Green Blue C M Y K H S L
Decimal 131 85 157 0.17 0.46 0 0.38 278.33 0.3 0.47
Hex 83 55 9D 11 2E 0 26 116 1E 2F
Octal 203 125 235 21 56 0 46 426 36 57
Binary 10000011 1010101 10011101 10001 101110 0 100110 100010110 11110 101111

Color Harmonies of #83559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83559D

Black with #83559D

Text Example


Text Example

White with #83559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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