Html Css Color HEX #83539B Studio

📋 copy color: '#83539B'

red 131 ◦ green 83 ◦ blue 155

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

Shades of Studio #83539B

Tints of Studio #83539B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.49%

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 35.5%
G = 22.49%
B = 42.01%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83539B (or 0x83539B) is known color: Studio. HEX triplet: 83, 53 and 9B. RGB value is (131,83,155). Sum of RGB (Red+Green+Blue) = 131+83+155=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #83539B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83539B is #7CAC64. Grayscale: #696969. Windows color (decimal): -8170597 or 10179459. OLE color: 10179459.

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

Color convert

RGB 131 83 155 -
CMYK 0.15 0.46 0 0.39
HSL 280º 0.3% 0.47% -
HSV(B) 280º 0.46% 0.61% -
XYZ 18.37 13.38 32.62 -
YUV 105.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 131 83 155 0.15 0.46 0 0.39 280 0.3 0.47
Hex 83 53 9B F 2E 0 27 118 1E 2F
Octal 203 123 233 17 56 0 47 430 36 57
Binary 10000011 1010011 10011011 1111 101110 0 100111 100011000 11110 101111

Color Harmonies of #83539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83539B

Black with #83539B

Text Example


Text Example

White with #83539B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83539B; }

 p { color: rgb(131,83,155); }

 H1.HeaderClassName
 {
   color: #83539B;
 }
 .AnyTagClassName
 {
   color: #83539B;
 }
</style>

background-color css

<style>
 a { background-color: #83539B; }

 a { background-color: rgb(131,83,155); }

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

border-color css

<style>
 span { border-color: #83539B; }

 span { border-color: rgb(131,83,155); }

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