Html Css Color HEX #83509F Studio

📋 copy color: '#83509F'

red 131 ◦ green 80 ◦ blue 159

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

Shades of Studio #83509F

Tints of Studio #83509F

RGB

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

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

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

R = 35.41%
G = 21.62%
B = 42.97%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83509F (or 0x83509F) is known color: Studio. HEX triplet: 83, 50 and 9F. RGB value is (131,80,159). Sum of RGB (Red+Green+Blue) = 131+80+159=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #83509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83509F is #7CAF60. Grayscale: #676767. Windows color (decimal): -8171361 or 10440835. OLE color: 10440835.

HSL color Cylindrical-coordinate representation of color #83509F: hue angle of 278.73º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83509F is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 80 159 -
CMYK 0.18 0.50 0 0.38
HSL 278.73º 0.33% 0.47% -
HSV(B) 278.73º 0.5% 0.62% -
XYZ 18.49 13.07 34.35 -
YUV 104.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 131 80 159 0.18 0.50 0 0.38 278.73 0.33 0.47
Hex 83 50 9F 12 32 0 26 117 21 2F
Octal 203 120 237 22 62 0 46 427 41 57
Binary 10000011 1010000 10011111 10010 110010 0 100110 100010111 100001 101111

Color Harmonies of #83509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83509F

Black with #83509F

Text Example


Text Example

White with #83509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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