Html Css Color HEX #83519C Studio

📋 copy color: '#83519C'

red 131 ◦ green 81 ◦ blue 156

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

Shades of Studio #83519C

Tints of Studio #83519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.39%

R = 35.6%
G = 22.01%
B = 42.39%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83519C (or 0x83519C) is known color: Studio. HEX triplet: 83, 51 and 9C. RGB value is (131,81,156). Sum of RGB (Red+Green+Blue) = 131+81+156=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #83519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83519C is #7CAE63. Grayscale: #686868. Windows color (decimal): -8171108 or 10244483. OLE color: 10244483.

HSL color Cylindrical-coordinate representation of color #83519C: hue angle of 280º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83519C is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 81 156 -
CMYK 0.16 0.48 0 0.39
HSL 280º 0.32% 0.46% -
HSV(B) 280º 0.48% 0.61% -
XYZ 18.3 13.11 33.02 -
YUV 104.5 157.07 146.9 -
System Red Green Blue C M Y K H S L
Decimal 131 81 156 0.16 0.48 0 0.39 280 0.32 0.46
Hex 83 51 9C 10 30 0 27 118 20 2E
Octal 203 121 234 20 60 0 47 430 40 56
Binary 10000011 1010001 10011100 10000 110000 0 100111 100011000 100000 101110

Color Harmonies of #83519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83519C

Black with #83519C

Text Example


Text Example

White with #83519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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