Html Css Color HEX #83519D Studio

📋 copy color: '#83519D'

red 131 ◦ green 81 ◦ blue 157

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

Shades of Studio #83519D

Tints of Studio #83519D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.95%

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

R = 35.5%
G = 21.95%
B = 42.55%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83519D (or 0x83519D) is known color: Studio. HEX triplet: 83, 51 and 9D. RGB value is (131,81,157). Sum of RGB (Red+Green+Blue) = 131+81+157=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #83519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83519D is #7CAE62. Grayscale: #686868. Windows color (decimal): -8171107 or 10310019. OLE color: 10310019.

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

Color convert

RGB 131 81 157 -
CMYK 0.17 0.48 0 0.38
HSL 279.47º 0.32% 0.47% -
HSV(B) 279.47º 0.48% 0.62% -
XYZ 18.39 13.14 33.47 -
YUV 104.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 131 81 157 0.17 0.48 0 0.38 279.47 0.32 0.47
Hex 83 51 9D 11 30 0 26 117 20 2F
Octal 203 121 235 21 60 0 46 427 40 57
Binary 10000011 1010001 10011101 10001 110000 0 100110 100010111 100000 101111

Color Harmonies of #83519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83519D

Black with #83519D

Text Example


Text Example

White with #83519D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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