Html Css Color HEX #83519E Studio

📋 copy color: '#83519E'

red 131 ◦ green 81 ◦ blue 158

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

Shades of Studio #83519E

Tints of Studio #83519E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.7%

R = 35.41%
G = 21.89%
B = 42.7%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83519E (or 0x83519E) is known color: Studio. HEX triplet: 83, 51 and 9E. RGB value is (131,81,158). Sum of RGB (Red+Green+Blue) = 131+81+158=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #83519E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83519E is #7CAE61. Grayscale: #686868. Windows color (decimal): -8171106 or 10375555. OLE color: 10375555.

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

Color convert

RGB 131 81 158 -
CMYK 0.17 0.49 0 0.38
HSL 278.96º 0.32% 0.47% -
HSV(B) 278.96º 0.49% 0.62% -
XYZ 18.47 13.18 33.92 -
YUV 104.73 158.07 146.74 -
System Red Green Blue C M Y K H S L
Decimal 131 81 158 0.17 0.49 0 0.38 278.96 0.32 0.47
Hex 83 51 9E 11 31 0 26 117 20 2F
Octal 203 121 236 21 61 0 46 427 40 57
Binary 10000011 1010001 10011110 10001 110001 0 100110 100010111 100000 101111

Color Harmonies of #83519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83519E

Black with #83519E

Text Example


Text Example

White with #83519E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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