Html Css Color HEX #83509D Studio

📋 copy color: '#83509D'

red 131 ◦ green 80 ◦ blue 157

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

Shades of Studio #83509D

Tints of Studio #83509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.74%

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

R = 35.6%
G = 21.74%
B = 42.66%

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

#83509D (or 0x83509D) is known color: Studio. HEX triplet: 83, 50 and 9D. RGB value is (131,80,157). Sum of RGB (Red+Green+Blue) = 131+80+157=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #83509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83509D is #7CAF62. Grayscale: #676767. Windows color (decimal): -8171363 or 10309763. OLE color: 10309763.

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

Color convert

RGB 131 80 157 -
CMYK 0.17 0.49 0 0.38
HSL 279.74º 0.32% 0.46% -
HSV(B) 279.74º 0.49% 0.62% -
XYZ 18.31 13 33.44 -
YUV 104.03 157.9 147.24 -
System Red Green Blue C M Y K H S L
Decimal 131 80 157 0.17 0.49 0 0.38 279.74 0.32 0.46
Hex 83 50 9D 11 31 0 26 118 20 2E
Octal 203 120 235 21 61 0 46 430 40 56
Binary 10000011 1010000 10011101 10001 110001 0 100110 100011000 100000 101110

Color Harmonies of #83509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83509D

Black with #83509D

Text Example


Text Example

White with #83509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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