Html Css Color HEX #83549F Studio

📋 copy color: '#83549F'

red 131 ◦ green 84 ◦ blue 159

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

Shades of Studio #83549F

Tints of Studio #83549F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.46%

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

R = 35.03%
G = 22.46%
B = 42.51%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83549F (or 0x83549F) is known color: Studio. HEX triplet: 83, 54 and 9F. RGB value is (131,84,159). Sum of RGB (Red+Green+Blue) = 131+84+159=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #83549F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83549F is #7CAB60. Grayscale: #6A6A6A. Windows color (decimal): -8170337 or 10441859. OLE color: 10441859.

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

Color convert

RGB 131 84 159 -
CMYK 0.18 0.47 0 0.38
HSL 277.6º 0.31% 0.48% -
HSV(B) 277.6º 0.47% 0.62% -
XYZ 18.79 13.67 34.45 -
YUV 106.6 157.57 145.4 -
System Red Green Blue C M Y K H S L
Decimal 131 84 159 0.18 0.47 0 0.38 277.6 0.31 0.48
Hex 83 54 9F 12 2F 0 26 116 1F 30
Octal 203 124 237 22 57 0 46 426 37 60
Binary 10000011 1010100 10011111 10010 101111 0 100110 100010110 11111 110000

Color Harmonies of #83549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83549F

Black with #83549F

Text Example


Text Example

White with #83549F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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