Html Css Color HEX #83579F Studio

📋 copy color: '#83579F'

red 131 ◦ green 87 ◦ blue 159

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

Shades of Studio #83579F

Tints of Studio #83579F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.08%

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

R = 34.75%
G = 23.08%
B = 42.18%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83579F (or 0x83579F) is known color: Studio. HEX triplet: 83, 57 and 9F. RGB value is (131,87,159). Sum of RGB (Red+Green+Blue) = 131+87+159=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #83579F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83579F is #7CA860. Grayscale: #6C6C6C. Windows color (decimal): -8169569 or 10442627. OLE color: 10442627.

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

Color convert

RGB 131 87 159 -
CMYK 0.18 0.45 0 0.38
HSL 276.67º 0.29% 0.48% -
HSV(B) 276.67º 0.45% 0.62% -
XYZ 19.03 14.14 34.53 -
YUV 108.36 156.58 144.15 -
System Red Green Blue C M Y K H S L
Decimal 131 87 159 0.18 0.45 0 0.38 276.67 0.29 0.48
Hex 83 57 9F 12 2D 0 26 115 1D 30
Octal 203 127 237 22 55 0 46 425 35 60
Binary 10000011 1010111 10011111 10010 101101 0 100110 100010101 11101 110000

Color Harmonies of #83579F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83579F

Black with #83579F

Text Example


Text Example

White with #83579F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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